Shades of Straw #DCB97D
Tints of Straw #DCB97D
RGB
CMYK
RGB Variations
Color information
#DCB97D (or 0xDCB97D) is known color: Straw. HEX triplet: DC, B9 and 7D. RGB value is (220,185,125). Sum of RGB (Red+Green+Blue) = 220+185+125=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB97D is #234682. Grayscale: #BCBCBC. Windows color (decimal): -2311811 or 8239580. OLE color: 8239580.
HSL color Cylindrical-coordinate representation of color #DCB97D: hue angle of 37.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCB97D is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 125 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.14 |
| HSL | 37.89º | 0.58% | 0.68% | - |
| HSV(B) | 37.89º | 0.43% | 0.86% | - |
| XYZ | 50.57 | 51.39 | 26.66 | - |
| YUV | 188.63 | 92.1 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 125 | 0 | 0.16 | 0.43 | 0.14 | 37.89 | 0.58 | 0.68 |
| Hex | DC | B9 | 7D | 0 | 10 | 2B | E | 26 | 3A | 44 |
| Octal | 334 | 271 | 175 | 0 | 20 | 53 | 16 | 46 | 72 | 104 |
| Binary | 11011100 | 10111001 | 1111101 | 0 | 10000 | 101011 | 1110 | 100110 | 111010 | 1000100 |
Color Harmonies of #DCB97D
Complementary color
Monochromatic Colors of #DCB97D
Black with #DCB97D
Text Example
Text Example
White with #DCB97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB97D; }
p { color: rgb(220,185,125); }
H1.HeaderClassName
{
color: #DCB97D;
}
.AnyTagClassName
{
color: #DCB97D;
}
</style>
background-color css
<style>
a { background-color: #DCB97D; }
a { background-color: rgb(220,185,125); }
div.DivClassName
{
background-color: #DCB97D;
}
.BgClassName
{
background-color: #DCB97D;
}
</style>
border-color css
<style>
span { border-color: #DCB97D; }
span { border-color: rgb(220,185,125); }
td.TdClassName
{
border-color: #DCB97D;
}
.TagClassName
{
border-color: #DCB97D;
}
</style>