Shades of Straw #DCBC82
Tints of Straw #DCBC82
RGB
CMYK
RGB Variations
Color information
#DCBC82 (or 0xDCBC82) is known color: Straw. HEX triplet: DC, BC and 82. RGB value is (220,188,130). Sum of RGB (Red+Green+Blue) = 220+188+130=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC82 is #23437D. Grayscale: #BFBFBF. Windows color (decimal): -2311038 or 8568028. OLE color: 8568028.
HSL color Cylindrical-coordinate representation of color #DCBC82: hue angle of 38.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCBC82 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 130 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.14 |
| HSL | 38.67º | 0.56% | 0.69% | - |
| HSV(B) | 38.67º | 0.41% | 0.86% | - |
| XYZ | 51.53 | 52.79 | 28.59 | - |
| YUV | 190.96 | 93.6 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 130 | 0 | 0.15 | 0.41 | 0.14 | 38.67 | 0.56 | 0.69 |
| Hex | DC | BC | 82 | 0 | F | 29 | E | 27 | 38 | 45 |
| Octal | 334 | 274 | 202 | 0 | 17 | 51 | 16 | 47 | 70 | 105 |
| Binary | 11011100 | 10111100 | 10000010 | 0 | 1111 | 101001 | 1110 | 100111 | 111000 | 1000101 |
Color Harmonies of #DCBC82
Complementary color
Monochromatic Colors of #DCBC82
Black with #DCBC82
Text Example
Text Example
White with #DCBC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC82; }
p { color: rgb(220,188,130); }
H1.HeaderClassName
{
color: #DCBC82;
}
.AnyTagClassName
{
color: #DCBC82;
}
</style>
background-color css
<style>
a { background-color: #DCBC82; }
a { background-color: rgb(220,188,130); }
div.DivClassName
{
background-color: #DCBC82;
}
.BgClassName
{
background-color: #DCBC82;
}
</style>
border-color css
<style>
span { border-color: #DCBC82; }
span { border-color: rgb(220,188,130); }
td.TdClassName
{
border-color: #DCBC82;
}
.TagClassName
{
border-color: #DCBC82;
}
</style>