color codes Logo

#ddda1c color codes

#DDDA1C
(221,218,28)
0 Favorites   0 Comments

Color spaces of #ddda1c

RGB 22121828
HSL0.160.780.49
HSV59°87°87°
CMYK 0.000.010.87   0.13
XYZ55.099865.598810.8564
Yxy65.59880.41880.4986
Hunter Lab80.9931-20.303948.7479
CIE-Lab84.7914-17.537281.0372

#ddda1c color RGB value is (221,218,28).

#ddda1c hex color red value is 221, green value is 218 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ddda1c hue: 0.16 , saturation: 0.78 and the lightness value of ddda1c is 0.49.

The process color (four color CMYK) of #ddda1c color code is 0.00, 0.01, 0.87, 0.13. Web safe color of #ddda1c is #cccc33. Color #ddda1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 00011100
Octal 335 332 34
Decimal 221 218 28
Hex DD DA 1C

RGB Percentages of Color #ddda1c

%47.32
%46.68
%6.00

CMYK Percentages of Color #ddda1c

%0
%1
%87
%13

Triadic Colors of #ddda1c

#ddda1c #1cddda #da1cdd

Analogous Colors of #ddda1c

#ddda1c #80dd1c #dd7a1c

Monochromatic Colors of #ddda1c

#ddda1c

Complementary Color

#ddda1c #1c1fdd

#ddda1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddda1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddda1c Color CSS Codes

.mybgcolor {background-color:#ddda1c; } 
.myforecolor {color:#ddda1c; }
.mybordercolor {border:3px solid #ddda1c; }

#ddda1c Text Font Color

<p style="color:#ddda1c">Text here</p>

This sample text font color is #ddda1c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddda1c Background Color

<div style="background-color:#ddda1c">
Div content here</div>

This div background color is #ddda1c


#ddda1c Border Color

<div style="border:3px solid #ddda1c">
Div here</div>

This div border color is #ddda1c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,218,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddda1c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddda1c;
  -webkit-box-shadow: 1px 1px 3px 2px #ddda1c;
  box-shadow:         1px 1px 3px 2px #ddda1c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,218,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddda1c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddda1c;
  -webkit-box-shadow: 1px 1px 3px 2px #ddda1c;
  box-shadow:         1px 1px 3px 2px #ddda1c;">
Div content here</div>

This div box has shadow with color #ddda1c


Comments

No comments written yet.

Please login to write comment.