Color Hex Logo

#ddcc31 Color Hex

#DDCC31
(221,204,49)
0 Favorites   0 Comments

Color spaces of #ddcc31

RGB 22120449
HSL0.150.720.53
HSV54°78°87°
CMYK 0.000.080.78   0.13
XYZ51.966058.779611.5124
Yxy58.77960.42510.4808
Hunter Lab76.6679-13.180244.7645
CIE-Lab81.1703-9.987872.9624

#ddcc31 color RGB value is (221,204,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 00110001
Octal 335 314 61
Decimal 221 204 49
Hex DD CC 31

RGB Percentages of Color #ddcc31

%46.62
%43.04
%10.34

CMYK Percentages of Color #ddcc31

%0
%8
%78
%13

Triadic Colors of #ddcc31

#ddcc31 #31ddcc #cc31dd

Analogous Colors of #ddcc31

#ddcc31 #98dd31 #dd7631

Monochromatic Colors of #ddcc31

#ddcc31

Complementary Color

#ddcc31 #3142dd

#ddcc31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcc31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcc31 Color CSS Codes

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

#ddcc31 Text Font Color

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

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


#ddcc31 Background Color

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

This div background color is #ddcc31


#ddcc31 Border Color

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

This div border color is #ddcc31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcc31


Comments

No comments written yet.

Please login to write comment.