Color Hex Logo

#dcb103 Color Hex

#DCB103
(220,177,3)
0 Favorites   0 Comments

Color spaces of #dcb103

RGB 2201773
HSL0.130.970.44
HSV48°99°86°
CMYK 0.000.200.99   0.14
XYZ45.253846.66656.7086
Yxy46.66650.45880.4732
Hunter Lab68.3129-1.300441.9965
CIE-Lab73.97592.601876.1382

#dcb103 color RGB value is (220,177,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 00000011
Octal 334 261 3
Decimal 220 177 3
Hex DC B1 3

RGB Percentages of Color #dcb103

%55.00
%44.25
%0.75

CMYK Percentages of Color #dcb103

%0
%20
%99
%14

Triadic Colors of #dcb103

#dcb103 #03dcb1 #b103dc

Analogous Colors of #dcb103

#dcb103 #9bdc03 #dc4503

Monochromatic Colors of #dcb103

#dcb103

Complementary Color

#dcb103 #032edc

#dcb103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb103 Color CSS Codes

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

#dcb103 Text Font Color

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

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


#dcb103 Background Color

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

This div background color is #dcb103


#dcb103 Border Color

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

This div border color is #dcb103


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb103


Comments

No comments written yet.

Please login to write comment.