Color Hex Logo

#ddcb2c Color Hex

#DDCB2C
(221,203,44)
0 Favorites   0 Comments

Color spaces of #ddcb2c

RGB 22120344
HSL0.150.720.52
HSV54°80°87°
CMYK 0.000.080.80   0.13
XYZ51.629458.265910.9082
Yxy58.26590.42740.4823
Hunter Lab76.3321-12.847644.9597
CIE-Lab80.8864-9.648874.1572

#ddcb2c color RGB value is (221,203,44).

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

The process color (four color CMYK) of #ddcb2c color hex is 0.00, 0.08, 0.80, 0.13. Web safe color of #ddcb2c is #cccc33. Color #ddcb2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001011 00101100
Octal 335 313 54
Decimal 221 203 44
Hex DD CB 2C

RGB Percentages of Color #ddcb2c

%47.22
%43.38
%9.40

CMYK Percentages of Color #ddcb2c

%0
%8
%80
%13

Triadic Colors of #ddcb2c

#ddcb2c #2cddcb #cb2cdd

Analogous Colors of #ddcb2c

#ddcb2c #97dd2c #dd732c

Monochromatic Colors of #ddcb2c

#ddcb2c

Complementary Color

#ddcb2c #2c3edd

#ddcb2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcb2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcb2c Color CSS Codes

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

#ddcb2c Text Font Color

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

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


#ddcb2c Background Color

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

This div background color is #ddcb2c


#ddcb2c Border Color

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

This div border color is #ddcb2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcb2c


Comments

No comments written yet.

Please login to write comment.