Color Hex Logo

#dcb752 Color Hex

#DCB752
(220,183,82)
0 Favorites   0 Comments

Color spaces of #dcb752

RGB 22018382
HSL0.120.660.59
HSV44°63°86°
CMYK 0.000.170.63   0.14
XYZ47.971749.691815.0457
Yxy49.69180.42560.4409
Hunter Lab70.4924-1.888436.6900
CIE-Lab75.87972.060855.0148

#dcb752 color RGB value is (220,183,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 01010010
Octal 334 267 122
Decimal 220 183 82
Hex DC B7 52

RGB Percentages of Color #dcb752

%45.36
%37.73
%16.91

CMYK Percentages of Color #dcb752

%0
%17
%63
%14

Triadic Colors of #dcb752

#dcb752 #52dcb7 #b752dc

Analogous Colors of #dcb752

#dcb752 #bcdc52 #dc7252

Monochromatic Colors of #dcb752

#dcb752

Complementary Color

#dcb752 #5277dc

#dcb752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb752 Color CSS Codes

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

#dcb752 Text Font Color

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

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


#dcb752 Background Color

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

This div background color is #dcb752


#dcb752 Border Color

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

This div border color is #dcb752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb752


Comments

No comments written yet.

Please login to write comment.