Color Hex Logo

#dda752 Color Hex

#DDA752
(221,167,82)
0 Favorites   0 Comments

Color spaces of #dda752

RGB 22116782
HSL0.100.670.59
HSV37°63°87°
CMYK 0.000.240.63   0.13
XYZ45.160543.618814.0217
Yxy43.61880.43930.4243
Hunter Lab66.04456.478333.6435
CIE-Lab71.973010.966850.6801

#dda752 color RGB value is (221,167,82).

#dda752 hex color red value is 221, green value is 167 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #dda752 hue: 0.10 , saturation: 0.67 and the lightness value of dda752 is 0.59.

The process color (four color CMYK) of #dda752 color hex is 0.00, 0.24, 0.63, 0.13. Web safe color of #dda752 is #cc9966. Color #dda752 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 01010010
Octal 335 247 122
Decimal 221 167 82
Hex DD A7 52

RGB Percentages of Color #dda752

%47.02
%35.53
%17.45

CMYK Percentages of Color #dda752

%0
%24
%63
%13

Triadic Colors of #dda752

#dda752 #52dda7 #a752dd

Analogous Colors of #dda752

#dda752 #cedd52 #dd6252

Monochromatic Colors of #dda752

#dda752

Complementary Color

#dda752 #5288dd

#dda752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda752 Color CSS Codes

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

#dda752 Text Font Color

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

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


#dda752 Background Color

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

This div background color is #dda752


#dda752 Border Color

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

This div border color is #dda752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda752


Comments

No comments written yet.

Please login to write comment.