Color Hex Logo

#ddcd2b Color Hex

#DDCD2B
(221,205,43)
0 Favorites   0 Comments

Color spaces of #ddcd2b

RGB 22120543
HSL0.150.720.52
HSV55°81°87°
CMYK 0.000.070.81   0.13
XYZ52.086259.209210.9688
Yxy59.20920.42600.4843
Hunter Lab76.9475-13.830545.4115
CIE-Lab81.4065-10.690874.8822

#ddcd2b color RGB value is (221,205,43).

#ddcd2b hex color red value is 221, green value is 205 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ddcd2b hue: 0.15 , saturation: 0.72 and the lightness value of ddcd2b is 0.52.

The process color (four color CMYK) of #ddcd2b color hex is 0.00, 0.07, 0.81, 0.13. Web safe color of #ddcd2b is #cccc33. Color #ddcd2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 00101011
Octal 335 315 53
Decimal 221 205 43
Hex DD CD 2B

RGB Percentages of Color #ddcd2b

%47.12
%43.71
%9.17

CMYK Percentages of Color #ddcd2b

%0
%7
%81
%13

Triadic Colors of #ddcd2b

#ddcd2b #2bddcd #cd2bdd

Analogous Colors of #ddcd2b

#ddcd2b #94dd2b #dd742b

Monochromatic Colors of #ddcd2b

#ddcd2b

Complementary Color

#ddcd2b #2b3bdd

#ddcd2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcd2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcd2b Color CSS Codes

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

#ddcd2b Text Font Color

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

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


#ddcd2b Background Color

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

This div background color is #ddcd2b


#ddcd2b Border Color

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

This div border color is #ddcd2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcd2b


Comments

No comments written yet.

Please login to write comment.