Color Hex Logo

#ddc033 Color Hex

#DDC033
(221,192,51)
0 Favorites   0 Comments

Color spaces of #ddc033

RGB 22119251
HSL0.140.710.53
HSV50°77°87°
CMYK 0.000.130.77   0.13
XYZ49.266053.310410.8253
Yxy53.31040.43440.4701
Hunter Lab73.0140-7.332042.3192
CIE-Lab78.0579-3.779569.5164

#ddc033 color RGB value is (221,192,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 00110011
Octal 335 300 63
Decimal 221 192 51
Hex DD C0 33

RGB Percentages of Color #ddc033

%47.63
%41.38
%10.99

CMYK Percentages of Color #ddc033

%0
%13
%77
%13

Triadic Colors of #ddc033

#ddc033 #33ddc0 #c033dd

Analogous Colors of #ddc033

#ddc033 #a5dd33 #dd6b33

Monochromatic Colors of #ddc033

#ddc033

Complementary Color

#ddc033 #3350dd

#ddc033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc033 Color CSS Codes

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

#ddc033 Text Font Color

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

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


#ddc033 Background Color

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

This div background color is #ddc033


#ddc033 Border Color

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

This div border color is #ddc033


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,192,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 #ddc033">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc033


Comments

No comments written yet.

Please login to write comment.