Color Hex Logo

#dcb610 Color Hex

#DCB610
(220,182,16)
0 Favorites   0 Comments

Color spaces of #dcb610

RGB 22018216
HSL0.140.860.46
HSV49°93°86°
CMYK 0.000.170.93   0.14
XYZ46.336748.70907.4498
Yxy48.70900.45210.4752
Hunter Lab69.7918-3.624742.5255
CIE-Lab75.26990.114075.5610

#dcb610 color RGB value is (220,182,16).

#dcb610 hex color red value is 220, green value is 182 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #dcb610 hue: 0.14 , saturation: 0.86 and the lightness value of dcb610 is 0.46.

The process color (four color CMYK) of #dcb610 color hex is 0.00, 0.17, 0.93, 0.14. Web safe color of #dcb610 is #cccc00. Color #dcb610 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 00010000
Octal 334 266 20
Decimal 220 182 16
Hex DC B6 10

RGB Percentages of Color #dcb610

%52.63
%43.54
%3.83

CMYK Percentages of Color #dcb610

%0
%17
%93
%14

Triadic Colors of #dcb610

#dcb610 #10dcb6 #b610dc

Analogous Colors of #dcb610

#dcb610 #9cdc10 #dc5010

Monochromatic Colors of #dcb610

#dcb610

Complementary Color

#dcb610 #1036dc

#dcb610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb610 Color CSS Codes

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

#dcb610 Text Font Color

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

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


#dcb610 Background Color

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

This div background color is #dcb610


#dcb610 Border Color

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

This div border color is #dcb610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb610


Comments

No comments written yet.

Please login to write comment.