Shades of Straw #DCBD7E
Tints of Straw #DCBD7E
RGB
CMYK
RGB Variations
Color information
#DCBD7E (or 0xDCBD7E) is known color: Straw. HEX triplet: DC, BD and 7E. RGB value is (220,189,126). Sum of RGB (Red+Green+Blue) = 220+189+126=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD7E is #234281. Grayscale: #BFBFBF. Windows color (decimal): -2310786 or 8306140. OLE color: 8306140.
HSL color Cylindrical-coordinate representation of color #DCBD7E: hue angle of 40.21º degrees, saturation: 0.57, 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 #DCBD7E is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 126 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.14 |
| HSL | 40.21º | 0.57% | 0.68% | - |
| HSV(B) | 40.21º | 0.43% | 0.86% | - |
| XYZ | 51.48 | 53.12 | 27.28 | - |
| YUV | 191.09 | 91.27 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 126 | 0 | 0.14 | 0.43 | 0.14 | 40.21 | 0.57 | 0.68 |
| Hex | DC | BD | 7E | 0 | E | 2B | E | 28 | 39 | 44 |
| Octal | 334 | 275 | 176 | 0 | 16 | 53 | 16 | 50 | 71 | 104 |
| Binary | 11011100 | 10111101 | 1111110 | 0 | 1110 | 101011 | 1110 | 101000 | 111001 | 1000100 |
Color Harmonies of #DCBD7E
Complementary color
Monochromatic Colors of #DCBD7E
Black with #DCBD7E
Text Example
Text Example
White with #DCBD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD7E; }
p { color: rgb(220,189,126); }
H1.HeaderClassName
{
color: #DCBD7E;
}
.AnyTagClassName
{
color: #DCBD7E;
}
</style>
background-color css
<style>
a { background-color: #DCBD7E; }
a { background-color: rgb(220,189,126); }
div.DivClassName
{
background-color: #DCBD7E;
}
.BgClassName
{
background-color: #DCBD7E;
}
</style>
border-color css
<style>
span { border-color: #DCBD7E; }
span { border-color: rgb(220,189,126); }
td.TdClassName
{
border-color: #DCBD7E;
}
.TagClassName
{
border-color: #DCBD7E;
}
</style>