Color Hex Logo

#ddc509 Color Hex

#DDC509
(221,197,9)
0 Favorites   0 Comments

Color spaces of #ddc509

RGB 2211979
HSL0.150.920.45
HSV53°96°87°
CMYK 0.000.110.96   0.13
XYZ49.834455.32448.3106
Yxy55.32440.43920.4876
Hunter Lab74.3804-10.571745.4417
CIE-Lab79.2278-7.283379.3484

#ddc509 color RGB value is (221,197,9).

#ddc509 hex color red value is 221, green value is 197 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #ddc509 hue: 0.15 , saturation: 0.92 and the lightness value of ddc509 is 0.45.

The process color (four color CMYK) of #ddc509 color hex is 0.00, 0.11, 0.96, 0.13. Web safe color of #ddc509 is #cccc00. Color #ddc509 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 00001001
Octal 335 305 11
Decimal 221 197 9
Hex DD C5 9

RGB Percentages of Color #ddc509

%51.76
%46.14
%2.11

CMYK Percentages of Color #ddc509

%0
%11
%96
%13

Triadic Colors of #ddc509

#ddc509 #09ddc5 #c509dd

Analogous Colors of #ddc509

#ddc509 #8bdd09 #dd5b09

Monochromatic Colors of #ddc509

#ddc509

Complementary Color

#ddc509 #0921dd

#ddc509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc509 Color CSS Codes

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

#ddc509 Text Font Color

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

This sample text font color is #ddc509
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.


#ddc509 Background Color

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

This div background color is #ddc509


#ddc509 Border Color

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

This div border color is #ddc509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc509


Comments

No comments written yet.

Please login to write comment.