Color Hex Logo

#dcb451 Color Hex

#DCB451
(220,180,81)
0 Favorites   0 Comments

Color spaces of #dcb451

RGB 22018081
HSL0.120.670.59
HSV43°63°86°
CMYK 0.000.180.63   0.14
XYZ47.321748.452214.6427
Yxy48.45220.42860.4388
Hunter Lab69.6076-0.462836.2530
CIE-Lab75.10933.575454.6180

#dcb451 color RGB value is (220,180,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 01010001
Octal 334 264 121
Decimal 220 180 81
Hex DC B4 51

RGB Percentages of Color #dcb451

%45.74
%37.42
%16.84

CMYK Percentages of Color #dcb451

%0
%18
%63
%14

Triadic Colors of #dcb451

#dcb451 #51dcb4 #b451dc

Analogous Colors of #dcb451

#dcb451 #bfdc51 #dc6f51

Monochromatic Colors of #dcb451

#dcb451

Complementary Color

#dcb451 #5179dc

#dcb451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb451 Color CSS Codes

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

#dcb451 Text Font Color

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

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


#dcb451 Background Color

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

This div background color is #dcb451


#dcb451 Border Color

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

This div border color is #dcb451


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb451


Comments

No comments written yet.

Please login to write comment.