Color Hex Logo

#ddcb5a Color Hex

#DDCB5A
(221,203,90)
0 Favorites   0 Comments

Color spaces of #ddcb5a

RGB 22120390
HSL0.140.660.61
HSV52°59°87°
CMYK 0.000.080.59   0.13
XYZ53.020258.822218.2322
Yxy58.82220.40760.4522
Hunter Lab76.6956-10.819139.5924
CIE-Lab81.1938-7.342857.3396

#ddcb5a color RGB value is (221,203,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001011 01011010
Octal 335 313 132
Decimal 221 203 90
Hex DD CB 5A

RGB Percentages of Color #ddcb5a

%43.00
%39.49
%17.51

CMYK Percentages of Color #ddcb5a

%0
%8
%59
%13

Triadic Colors of #ddcb5a

#ddcb5a #5addcb #cb5add

Analogous Colors of #ddcb5a

#ddcb5a #aedd5a #dd8a5a

Monochromatic Colors of #ddcb5a

#ddcb5a

Complementary Color

#ddcb5a #5a6cdd

#ddcb5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcb5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcb5a Color CSS Codes

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

#ddcb5a Text Font Color

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

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


#ddcb5a Background Color

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

This div background color is #ddcb5a


#ddcb5a Border Color

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

This div border color is #ddcb5a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,203,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 #ddcb5a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcb5a


Comments

No comments written yet.

Please login to write comment.