Color Hex Logo

#ddcc13 Color Hex

#DDCC13
(221,204,19)
0 Favorites   0 Comments

Color spaces of #ddcc13

RGB 22120419
HSL0.150.840.47
HSV55°91°87°
CMYK 0.000.080.91   0.13
XYZ51.529258.60499.2121
Yxy58.60490.43180.4910
Hunter Lab76.5538-13.819046.4530
CIE-Lab81.0739-10.721279.5685

#ddcc13 color RGB value is (221,204,19).

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

The process color (four color CMYK) of #ddcc13 color hex is 0.00, 0.08, 0.91, 0.13. Web safe color of #ddcc13 is #cccc00. Color #ddcc13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 00010011
Octal 335 314 23
Decimal 221 204 19
Hex DD CC 13

RGB Percentages of Color #ddcc13

%49.77
%45.95
%4.28

CMYK Percentages of Color #ddcc13

%0
%8
%91
%13

Triadic Colors of #ddcc13

#ddcc13 #13ddcc #cc13dd

Analogous Colors of #ddcc13

#ddcc13 #89dd13 #dd6713

Monochromatic Colors of #ddcc13

#ddcc13

Complementary Color

#ddcc13 #1324dd

#ddcc13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcc13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcc13 Color CSS Codes

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

#ddcc13 Text Font Color

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

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


#ddcc13 Background Color

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

This div background color is #ddcc13


#ddcc13 Border Color

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

This div border color is #ddcc13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcc13


Comments

No comments written yet.

Please login to write comment.