Color Hex Logo

#ddc04d Color Hex

#DDC04D
(221,192,77)
0 Favorites   0 Comments

Color spaces of #ddc04d

RGB 22119277
HSL0.130.680.58
HSV48°65°87°
CMYK 0.000.130.65   0.13
XYZ50.008053.607214.7327
Yxy53.60720.42260.4530
Hunter Lab73.2169-6.212139.3215
CIE-Lab78.2321-2.524259.7928

#ddc04d color RGB value is (221,192,77).

#ddc04d hex color red value is 221, green value is 192 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ddc04d hue: 0.13 , saturation: 0.68 and the lightness value of ddc04d is 0.58.

The process color (four color CMYK) of #ddc04d color hex is 0.00, 0.13, 0.65, 0.13. Web safe color of #ddc04d is #cccc66. Color #ddc04d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 01001101
Octal 335 300 115
Decimal 221 192 77
Hex DD C0 4D

RGB Percentages of Color #ddc04d

%45.10
%39.18
%15.71

CMYK Percentages of Color #ddc04d

%0
%13
%65
%13

Triadic Colors of #ddc04d

#ddc04d #4dddc0 #c04ddd

Analogous Colors of #ddc04d

#ddc04d #b2dd4d #dd784d

Monochromatic Colors of #ddc04d

#ddc04d

Complementary Color

#ddc04d #4d6add

#ddc04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc04d Color CSS Codes

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

#ddc04d Text Font Color

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

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


#ddc04d Background Color

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

This div background color is #ddc04d


#ddc04d Border Color

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

This div border color is #ddc04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc04d


Comments

No comments written yet.

Please login to write comment.