Shades of Straw #DCBC7D
Tints of Straw #DCBC7D
RGB
CMYK
RGB Variations
Color information
#DCBC7D (or 0xDCBC7D) is known color: Straw. HEX triplet: DC, BC and 7D. RGB value is (220,188,125). Sum of RGB (Red+Green+Blue) = 220+188+125=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC7D is #234382. Grayscale: #BEBEBE. Windows color (decimal): -2311043 or 8240348. OLE color: 8240348.
HSL color Cylindrical-coordinate representation of color #DCBC7D: hue angle of 39.79º 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 #DCBC7D is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 125 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.14 |
| HSL | 39.79º | 0.58% | 0.68% | - |
| HSV(B) | 39.79º | 0.43% | 0.86% | - |
| XYZ | 51.2 | 52.66 | 26.87 | - |
| YUV | 190.39 | 91.1 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 125 | 0 | 0.15 | 0.43 | 0.14 | 39.79 | 0.58 | 0.68 |
| Hex | DC | BC | 7D | 0 | F | 2B | E | 28 | 3A | 44 |
| Octal | 334 | 274 | 175 | 0 | 17 | 53 | 16 | 50 | 72 | 104 |
| Binary | 11011100 | 10111100 | 1111101 | 0 | 1111 | 101011 | 1110 | 101000 | 111010 | 1000100 |
Color Harmonies of #DCBC7D
Complementary color
Monochromatic Colors of #DCBC7D
Black with #DCBC7D
Text Example
Text Example
White with #DCBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC7D; }
p { color: rgb(220,188,125); }
H1.HeaderClassName
{
color: #DCBC7D;
}
.AnyTagClassName
{
color: #DCBC7D;
}
</style>
background-color css
<style>
a { background-color: #DCBC7D; }
a { background-color: rgb(220,188,125); }
div.DivClassName
{
background-color: #DCBC7D;
}
.BgClassName
{
background-color: #DCBC7D;
}
</style>
border-color css
<style>
span { border-color: #DCBC7D; }
span { border-color: rgb(220,188,125); }
td.TdClassName
{
border-color: #DCBC7D;
}
.TagClassName
{
border-color: #DCBC7D;
}
</style>