Shades of Straw #DCC080
Tints of Straw #DCC080
RGB
CMYK
RGB Variations
Color information
#DCC080 (or 0xDCC080) is known color: Straw. HEX triplet: DC, C0 and 80. RGB value is (220,192,128). Sum of RGB (Red+Green+Blue) = 220+192+128=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC080 is #233F7F. Grayscale: #C1C1C1. Windows color (decimal): -2310016 or 8437980. OLE color: 8437980.
HSL color Cylindrical-coordinate representation of color #DCC080: hue angle of 41.74º 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 #DCC080 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 128 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.14 |
| HSL | 41.74º | 0.57% | 0.68% | - |
| HSV(B) | 41.74º | 0.42% | 0.86% | - |
| XYZ | 52.26 | 54.47 | 28.18 | - |
| YUV | 193.08 | 91.28 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 128 | 0 | 0.13 | 0.42 | 0.14 | 41.74 | 0.57 | 0.68 |
| Hex | DC | C0 | 80 | 0 | D | 2A | E | 2A | 39 | 44 |
| Octal | 334 | 300 | 200 | 0 | 15 | 52 | 16 | 52 | 71 | 104 |
| Binary | 11011100 | 11000000 | 10000000 | 0 | 1101 | 101010 | 1110 | 101010 | 111001 | 1000100 |
Color Harmonies of #DCC080
Complementary color
Monochromatic Colors of #DCC080
Black with #DCC080
Text Example
Text Example
White with #DCC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC080; }
p { color: rgb(220,192,128); }
H1.HeaderClassName
{
color: #DCC080;
}
.AnyTagClassName
{
color: #DCC080;
}
</style>
background-color css
<style>
a { background-color: #DCC080; }
a { background-color: rgb(220,192,128); }
div.DivClassName
{
background-color: #DCC080;
}
.BgClassName
{
background-color: #DCC080;
}
</style>
border-color css
<style>
span { border-color: #DCC080; }
span { border-color: rgb(220,192,128); }
td.TdClassName
{
border-color: #DCC080;
}
.TagClassName
{
border-color: #DCC080;
}
</style>