Shades of Straw #DCBF7D
Tints of Straw #DCBF7D
RGB
CMYK
RGB Variations
Color information
#DCBF7D (or 0xDCBF7D) is known color: Straw. HEX triplet: DC, BF and 7D. RGB value is (220,191,125). Sum of RGB (Red+Green+Blue) = 220+191+125=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF7D is #234082. Grayscale: #C0C0C0. Windows color (decimal): -2310275 or 8241116. OLE color: 8241116.
HSL color Cylindrical-coordinate representation of color #DCBF7D: hue angle of 41.68º 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 #DCBF7D is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 125 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.14 |
| HSL | 41.68º | 0.58% | 0.68% | - |
| HSV(B) | 41.68º | 0.43% | 0.86% | - |
| XYZ | 51.85 | 53.96 | 27.08 | - |
| YUV | 192.15 | 90.11 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 125 | 0 | 0.13 | 0.43 | 0.14 | 41.68 | 0.58 | 0.68 |
| Hex | DC | BF | 7D | 0 | D | 2B | E | 2A | 3A | 44 |
| Octal | 334 | 277 | 175 | 0 | 15 | 53 | 16 | 52 | 72 | 104 |
| Binary | 11011100 | 10111111 | 1111101 | 0 | 1101 | 101011 | 1110 | 101010 | 111010 | 1000100 |
Color Harmonies of #DCBF7D
Complementary color
Monochromatic Colors of #DCBF7D
Black with #DCBF7D
Text Example
Text Example
White with #DCBF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF7D; }
p { color: rgb(220,191,125); }
H1.HeaderClassName
{
color: #DCBF7D;
}
.AnyTagClassName
{
color: #DCBF7D;
}
</style>
background-color css
<style>
a { background-color: #DCBF7D; }
a { background-color: rgb(220,191,125); }
div.DivClassName
{
background-color: #DCBF7D;
}
.BgClassName
{
background-color: #DCBF7D;
}
</style>
border-color css
<style>
span { border-color: #DCBF7D; }
span { border-color: rgb(220,191,125); }
td.TdClassName
{
border-color: #DCBF7D;
}
.TagClassName
{
border-color: #DCBF7D;
}
</style>