Color Hex Logo

#ddc933 Color Hex

#DDC933
(221,201,51)
0 Favorites   0 Comments

Color spaces of #ddc933

RGB 22120151
HSL0.150.710.53
HSV53°77°87°
CMYK 0.000.090.77   0.13
XYZ51.303057.384511.5043
Yxy57.38450.42680.4774
Hunter Lab75.7526-11.678844.0226
CIE-Lab80.3954-8.393871.6485

#ddc933 color RGB value is (221,201,51).

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

The process color (four color CMYK) of #ddc933 color hex is 0.00, 0.09, 0.77, 0.13. Web safe color of #ddc933 is #cccc33. Color #ddc933 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 00110011
Octal 335 311 63
Decimal 221 201 51
Hex DD C9 33

RGB Percentages of Color #ddc933

%46.72
%42.49
%10.78

CMYK Percentages of Color #ddc933

%0
%9
%77
%13

Triadic Colors of #ddc933

#ddc933 #33ddc9 #c933dd

Analogous Colors of #ddc933

#ddc933 #9cdd33 #dd7433

Monochromatic Colors of #ddc933

#ddc933

Complementary Color

#ddc933 #3347dd

#ddc933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc933 Color CSS Codes

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

#ddc933 Text Font Color

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

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


#ddc933 Background Color

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

This div background color is #ddc933


#ddc933 Border Color

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

This div border color is #ddc933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc933


Comments

No comments written yet.

Please login to write comment.