Color Hex Logo

#ddc00d Color Hex

#DDC00D
(221,192,13)
0 Favorites   0 Comments

Color spaces of #ddc00d

RGB 22119213
HSL0.140.890.46
HSV52°94°87°
CMYK 0.000.130.94   0.13
XYZ48.741153.10058.0613
Yxy53.10050.44350.4832
Hunter Lab72.8701-8.128244.4501
CIE-Lab77.9343-4.678377.9752

#ddc00d color RGB value is (221,192,13).

#ddc00d hex color red value is 221, green value is 192 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ddc00d hue: 0.14 , saturation: 0.89 and the lightness value of ddc00d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 00001101
Octal 335 300 15
Decimal 221 192 13
Hex DD C0 D

RGB Percentages of Color #ddc00d

%51.88
%45.07
%3.05

CMYK Percentages of Color #ddc00d

%0
%13
%94
%13

Triadic Colors of #ddc00d

#ddc00d #0dddc0 #c00ddd

Analogous Colors of #ddc00d

#ddc00d #92dd0d #dd580d

Monochromatic Colors of #ddc00d

#ddc00d

Complementary Color

#ddc00d #0d2add

#ddc00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc00d Color CSS Codes

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

#ddc00d Text Font Color

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

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


#ddc00d Background Color

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

This div background color is #ddc00d


#ddc00d Border Color

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

This div border color is #ddc00d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc00d


Comments

No comments written yet.

Please login to write comment.