Color Hex Logo

#dcb108 Color Hex

#DCB108
(220,177,8)
0 Favorites   0 Comments

Color spaces of #dcb108

RGB 2201778
HSL0.130.930.45
HSV48°96°86°
CMYK 0.000.200.96   0.14
XYZ45.281246.67756.8528
Yxy46.67750.45830.4724
Hunter Lab68.3209-1.256841.8777
CIE-Lab73.98302.650175.5884

#dcb108 color RGB value is (220,177,8).

#dcb108 hex color red value is 220, green value is 177 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #dcb108 hue: 0.13 , saturation: 0.93 and the lightness value of dcb108 is 0.45.

The process color (four color CMYK) of #dcb108 color hex is 0.00, 0.20, 0.96, 0.14. Web safe color of #dcb108 is #cc9900. Color #dcb108 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 00001000
Octal 334 261 10
Decimal 220 177 8
Hex DC B1 8

RGB Percentages of Color #dcb108

%54.32
%43.70
%1.98

CMYK Percentages of Color #dcb108

%0
%20
%96
%14

Triadic Colors of #dcb108

#dcb108 #08dcb1 #b108dc

Analogous Colors of #dcb108

#dcb108 #9ddc08 #dc4708

Monochromatic Colors of #dcb108

#dcb108

Complementary Color

#dcb108 #0833dc

#dcb108 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb108 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb108 Color CSS Codes

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

#dcb108 Text Font Color

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

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


#dcb108 Background Color

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

This div background color is #dcb108


#dcb108 Border Color

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

This div border color is #dcb108


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb108


Comments

No comments written yet.

Please login to write comment.