Color Hex Logo

#dcb450 Color Hex

#DCB450
(220,180,80)
0 Favorites   0 Comments

Color spaces of #dcb450

RGB 22018080
HSL0.120.670.59
HSV43°64°86°
CMYK 0.000.180.64   0.14
XYZ47.284448.437314.4466
Yxy48.43730.42920.4397
Hunter Lab69.5969-0.521036.4107
CIE-Lab75.09993.511655.0614

#dcb450 color RGB value is (220,180,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 01010000
Octal 334 264 120
Decimal 220 180 80
Hex DC B4 50

RGB Percentages of Color #dcb450

%45.83
%37.50
%16.67

CMYK Percentages of Color #dcb450

%0
%18
%64
%14

Triadic Colors of #dcb450

#dcb450 #50dcb4 #b450dc

Analogous Colors of #dcb450

#dcb450 #bedc50 #dc6e50

Monochromatic Colors of #dcb450

#dcb450

Complementary Color

#dcb450 #5078dc

#dcb450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb450 Color CSS Codes

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

#dcb450 Text Font Color

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

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


#dcb450 Background Color

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

This div background color is #dcb450


#dcb450 Border Color

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

This div border color is #dcb450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb450


Comments

No comments written yet.

Please login to write comment.