Color Hex Logo

#ddb752 Color Hex

#DDB752
(221,183,82)
0 Favorites   0 Comments

Color spaces of #ddb752

RGB 22118382
HSL0.120.670.59
HSV44°63°87°
CMYK 0.000.170.63   0.13
XYZ48.275349.848315.0600
Yxy49.84830.42650.4404
Hunter Lab70.6033-1.505836.7755
CIE-Lab75.97612.483555.1482

#ddb752 color RGB value is (221,183,82).

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

The process color (four color CMYK) of #ddb752 color hex is 0.00, 0.17, 0.63, 0.13. Web safe color of #ddb752 is #cccc66. Color #ddb752 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110111 01010010
Octal 335 267 122
Decimal 221 183 82
Hex DD B7 52

RGB Percentages of Color #ddb752

%45.47
%37.65
%16.87

CMYK Percentages of Color #ddb752

%0
%17
%63
%13

Triadic Colors of #ddb752

#ddb752 #52ddb7 #b752dd

Analogous Colors of #ddb752

#ddb752 #bedd52 #dd7252

Monochromatic Colors of #ddb752

#ddb752

Complementary Color

#ddb752 #5278dd

#ddb752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb752 Color CSS Codes

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

#ddb752 Text Font Color

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

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


#ddb752 Background Color

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

This div background color is #ddb752


#ddb752 Border Color

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

This div border color is #ddb752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb752


Comments

No comments written yet.

Please login to write comment.