Color Hex Logo

#ddc84c Color Hex

#DDC84C
(221,200,76)
0 Favorites   0 Comments

Color spaces of #ddc84c

RGB 22120076
HSL0.140.680.58
HSV51°66°87°
CMYK 0.000.100.66   0.13
XYZ51.777657.202515.1497
Yxy57.20250.41710.4608
Hunter Lab75.6323-10.156241.0664
CIE-Lab80.2934-6.702662.3869

#ddc84c color RGB value is (221,200,76).

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

The process color (four color CMYK) of #ddc84c color hex is 0.00, 0.10, 0.66, 0.13. Web safe color of #ddc84c is #cccc33. Color #ddc84c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001000 01001100
Octal 335 310 114
Decimal 221 200 76
Hex DD C8 4C

RGB Percentages of Color #ddc84c

%44.47
%40.24
%15.29

CMYK Percentages of Color #ddc84c

%0
%10
%66
%13

Triadic Colors of #ddc84c

#ddc84c #4cddc8 #c84cdd

Analogous Colors of #ddc84c

#ddc84c #aadd4c #dd804c

Monochromatic Colors of #ddc84c

#ddc84c

Complementary Color

#ddc84c #4c61dd

#ddc84c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc84c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc84c Color CSS Codes

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

#ddc84c Text Font Color

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

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


#ddc84c Background Color

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

This div background color is #ddc84c


#ddc84c Border Color

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

This div border color is #ddc84c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc84c


Comments

No comments written yet.

Please login to write comment.