Color Hex Logo

#ddcc2f Color Hex

#DDCC2F
(221,204,47)
0 Favorites   0 Comments

Color spaces of #ddcc2f

RGB 22120447
HSL0.150.720.53
HSV54°79°87°
CMYK 0.000.080.79   0.13
XYZ51.924758.763111.2950
Yxy58.76310.42570.4817
Hunter Lab76.6571-13.240644.9239
CIE-Lab81.1612-10.057073.5458

#ddcc2f color RGB value is (221,204,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 00101111
Octal 335 314 57
Decimal 221 204 47
Hex DD CC 2F

RGB Percentages of Color #ddcc2f

%46.82
%43.22
%9.96

CMYK Percentages of Color #ddcc2f

%0
%8
%79
%13

Triadic Colors of #ddcc2f

#ddcc2f #2fddcc #cc2fdd

Analogous Colors of #ddcc2f

#ddcc2f #97dd2f #dd752f

Monochromatic Colors of #ddcc2f

#ddcc2f

Complementary Color

#ddcc2f #2f40dd

#ddcc2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcc2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcc2f Color CSS Codes

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

#ddcc2f Text Font Color

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

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


#ddcc2f Background Color

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

This div background color is #ddcc2f


#ddcc2f Border Color

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

This div border color is #ddcc2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcc2f


Comments

No comments written yet.

Please login to write comment.