Shades of Straw #DCBD7D
Tints of Straw #DCBD7D
RGB
CMYK
RGB Variations
Color information
#DCBD7D (or 0xDCBD7D) is known color: Straw. HEX triplet: DC, BD and 7D. RGB value is (220,189,125). Sum of RGB (Red+Green+Blue) = 220+189+125=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD7D is #234282. Grayscale: #BFBFBF. Windows color (decimal): -2310787 or 8240604. OLE color: 8240604.
HSL color Cylindrical-coordinate representation of color #DCBD7D: hue angle of 40.42º 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 #DCBD7D is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 125 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.14 |
| HSL | 40.42º | 0.58% | 0.68% | - |
| HSV(B) | 40.42º | 0.43% | 0.86% | - |
| XYZ | 51.41 | 53.09 | 26.94 | - |
| YUV | 190.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 125 | 0 | 0.14 | 0.43 | 0.14 | 40.42 | 0.58 | 0.68 |
| Hex | DC | BD | 7D | 0 | E | 2B | E | 28 | 3A | 44 |
| Octal | 334 | 275 | 175 | 0 | 16 | 53 | 16 | 50 | 72 | 104 |
| Binary | 11011100 | 10111101 | 1111101 | 0 | 1110 | 101011 | 1110 | 101000 | 111010 | 1000100 |
Color Harmonies of #DCBD7D
Complementary color
Monochromatic Colors of #DCBD7D
Black with #DCBD7D
Text Example
Text Example
White with #DCBD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD7D; }
p { color: rgb(220,189,125); }
H1.HeaderClassName
{
color: #DCBD7D;
}
.AnyTagClassName
{
color: #DCBD7D;
}
</style>
background-color css
<style>
a { background-color: #DCBD7D; }
a { background-color: rgb(220,189,125); }
div.DivClassName
{
background-color: #DCBD7D;
}
.BgClassName
{
background-color: #DCBD7D;
}
</style>
border-color css
<style>
span { border-color: #DCBD7D; }
span { border-color: rgb(220,189,125); }
td.TdClassName
{
border-color: #DCBD7D;
}
.TagClassName
{
border-color: #DCBD7D;
}
</style>