Color Hex Logo

#ddc85a Color Hex

#DDC85A
(221,200,90)
0 Favorites   0 Comments

Color spaces of #ddc85a

RGB 22120090
HSL0.140.660.61
HSV50°59°87°
CMYK 0.000.100.59   0.13
XYZ52.318557.418917.9983
Yxy57.41890.40960.4495
Hunter Lab75.7753-9.362638.9600
CIE-Lab80.4146-5.808356.4697

#ddc85a color RGB value is (221,200,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001000 01011010
Octal 335 310 132
Decimal 221 200 90
Hex DD C8 5A

RGB Percentages of Color #ddc85a

%43.25
%39.14
%17.61

CMYK Percentages of Color #ddc85a

%0
%10
%59
%13

Triadic Colors of #ddc85a

#ddc85a #5addc8 #c85add

Analogous Colors of #ddc85a

#ddc85a #b1dd5a #dd875a

Monochromatic Colors of #ddc85a

#ddc85a

Complementary Color

#ddc85a #5a6fdd

#ddc85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc85a Color CSS Codes

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

#ddc85a Text Font Color

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

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


#ddc85a Background Color

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

This div background color is #ddc85a


#ddc85a Border Color

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

This div border color is #ddc85a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc85a


Comments

No comments written yet.

Please login to write comment.