Color Hex Logo

#ddaf33 Color Hex

#DDAF33
(221,175,51)
0 Favorites   0 Comments

Color spaces of #ddaf33

RGB 22117551
HSL0.120.710.53
HSV44°77°87°
CMYK 0.000.210.77   0.13
XYZ45.746346.27119.6521
Yxy46.27110.45000.4551
Hunter Lab68.02291.003739.2031
CIE-Lab73.72115.111565.5150

#ddaf33 color RGB value is (221,175,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 00110011
Octal 335 257 63
Decimal 221 175 51
Hex DD AF 33

RGB Percentages of Color #ddaf33

%49.44
%39.15
%11.41

CMYK Percentages of Color #ddaf33

%0
%21
%77
%13

Triadic Colors of #ddaf33

#ddaf33 #33ddaf #af33dd

Analogous Colors of #ddaf33

#ddaf33 #b6dd33 #dd5a33

Monochromatic Colors of #ddaf33

#ddaf33

Complementary Color

#ddaf33 #3361dd

#ddaf33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaf33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaf33 Color CSS Codes

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

#ddaf33 Text Font Color

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

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


#ddaf33 Background Color

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

This div background color is #ddaf33


#ddaf33 Border Color

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

This div border color is #ddaf33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaf33


Comments

No comments written yet.

Please login to write comment.