Color Hex Logo

#ddcb5d Color Hex

#DDCB5D
(221,203,93)
0 Favorites   0 Comments

Color spaces of #ddcb5d

RGB 22120393
HSL0.140.650.62
HSV52°58°87°
CMYK 0.000.080.58   0.13
XYZ53.150558.874318.9185
Yxy58.87430.40590.4496
Hunter Lab76.7296-10.630039.0921
CIE-Lab81.2225-7.129656.0229

#ddcb5d color RGB value is (221,203,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001011 01011101
Octal 335 313 135
Decimal 221 203 93
Hex DD CB 5D

RGB Percentages of Color #ddcb5d

%42.75
%39.26
%17.99

CMYK Percentages of Color #ddcb5d

%0
%8
%58
%13

Triadic Colors of #ddcb5d

#ddcb5d #5dddcb #cb5ddd

Analogous Colors of #ddcb5d

#ddcb5d #afdd5d #dd8b5d

Monochromatic Colors of #ddcb5d

#ddcb5d

Complementary Color

#ddcb5d #5d6fdd

#ddcb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcb5d Color CSS Codes

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

#ddcb5d Text Font Color

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

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


#ddcb5d Background Color

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

This div background color is #ddcb5d


#ddcb5d Border Color

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

This div border color is #ddcb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcb5d


Comments

No comments written yet.

Please login to write comment.