Color Hex Logo

#ddc84f Color Hex

#DDC84F
(221,200,79)
0 Favorites   0 Comments

Color spaces of #ddc84f

RGB 22120079
HSL0.140.680.59
HSV51°64°87°
CMYK 0.000.100.64   0.13
XYZ51.884457.245215.7120
Yxy57.24520.41560.4585
Hunter Lab75.6606-9.999240.6500
CIE-Lab80.3173-6.525361.1615

#ddc84f color RGB value is (221,200,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001000 01001111
Octal 335 310 117
Decimal 221 200 79
Hex DD C8 4F

RGB Percentages of Color #ddc84f

%44.20
%40.00
%15.80

CMYK Percentages of Color #ddc84f

%0
%10
%64
%13

Triadic Colors of #ddc84f

#ddc84f #4fddc8 #c84fdd

Analogous Colors of #ddc84f

#ddc84f #abdd4f #dd814f

Monochromatic Colors of #ddc84f

#ddc84f

Complementary Color

#ddc84f #4f64dd

#ddc84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc84f Color CSS Codes

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

#ddc84f Text Font Color

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

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


#ddc84f Background Color

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

This div background color is #ddc84f


#ddc84f Border Color

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

This div border color is #ddc84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc84f


Comments

No comments written yet.

Please login to write comment.