Color Hex Logo

#dcb058 Color Hex

#DCB058
(220,176,88)
0 Favorites   0 Comments

Color spaces of #dcb058

RGB 22017688
HSL0.110.650.60
HSV40°60°86°
CMYK 0.000.200.60   0.14
XYZ46.802046.970915.8321
Yxy46.97090.42700.4285
Hunter Lab68.53531.958834.2784
CIE-Lab74.17126.162950.2981

#dcb058 color RGB value is (220,176,88).

#dcb058 hex color red value is 220, green value is 176 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dcb058 hue: 0.11 , saturation: 0.65 and the lightness value of dcb058 is 0.60.

The process color (four color CMYK) of #dcb058 color hex is 0.00, 0.20, 0.60, 0.14. Web safe color of #dcb058 is #cc9966. Color #dcb058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 01011000
Octal 334 260 130
Decimal 220 176 88
Hex DC B0 58

RGB Percentages of Color #dcb058

%45.45
%36.36
%18.18

CMYK Percentages of Color #dcb058

%0
%20
%60
%14

Triadic Colors of #dcb058

#dcb058 #58dcb0 #b058dc

Analogous Colors of #dcb058

#dcb058 #c6dc58 #dc6e58

Monochromatic Colors of #dcb058

#dcb058

Complementary Color

#dcb058 #5884dc

#dcb058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb058 Color CSS Codes

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

#dcb058 Text Font Color

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

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


#dcb058 Background Color

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

This div background color is #dcb058


#dcb058 Border Color

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

This div border color is #dcb058


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,176,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb058


Comments

No comments written yet.

Please login to write comment.