#DCB980

Color #DCB980 Straw (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Straw #DCB980

Tints of Straw #DCB980

Color information

#DCB980 (or 0xDCB980) is unknown color: approx Straw. HEX triplet: DC, B9 and 80. RGB value is (220,185,128). Sum of RGB (Red+Green+Blue) = 220+185+128=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB980 is #23467F. Grayscale: #BDBDBD. Windows color (decimal): -2311808 or 8436188. OLE color: 8436188.

HSL color Cylindrical-coordinate representation of color #DCB980: hue angle of 37.17º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCB980 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB220185128-
CMYK00.160.420.14
HSL37.17º56.79%68.24%-
HSV(B)37.17º41.82%86.27%-
XYZ50.7651.4727.68-
YUV188.9793.6150.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 41.28%
GREEN value IS 185 (72.66% from 255) = 34.71%
BLUE value IS 128 (50.39% from 255) = 24.02%
R=41.28%
G=34.71%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018512800.160.420.1437.1756.7968.24
HexDCB9800102AE253944
Octal33427120002052164571104
Binary11011100101110011000000001000010101011101001011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB980; }

 p { color: rgb(220,185,128); }

 H1.HeaderClassName
 {
   color: #DCB980;
 }
 .AnyTagClassName
 {
   color: #DCB980;
 }
</style>
background-color css

<style>
 a { background-color: #DCB980; }

 a { background-color: rgb(220,185,128); }

 div.DivClassName
 {
   background-color: #DCB980;
 }
 .BgClassName
 {
   background-color: #DCB980;
 }
</style>
border-color css

<style>
 span { border-color: #DCB980; }

 span { border-color: rgb(220,185,128); }

 td.TdClassName
 {
   border-color: #DCB980;
 }
 .TagClassName
 {
   border-color: #DCB980;
 }
</style>