Shades of Straw #DCBD7B
Tints of Straw #DCBD7B
RGB
CMYK
RGB Variations
Color information
#DCBD7B (or 0xDCBD7B) is known color: Straw. HEX triplet: DC, BD and 7B. RGB value is (220,189,123). Sum of RGB (Red+Green+Blue) = 220+189+123=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD7B is #234284. Grayscale: #BFBFBF. Windows color (decimal): -2310789 or 8109532. OLE color: 8109532.
HSL color Cylindrical-coordinate representation of color #DCBD7B: hue angle of 40.82º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCBD7B is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 123 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.14 |
| HSL | 40.82º | 0.58% | 0.67% | - |
| HSV(B) | 40.82º | 0.44% | 0.86% | - |
| XYZ | 51.29 | 53.04 | 26.27 | - |
| YUV | 190.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 123 | 0 | 0.14 | 0.44 | 0.14 | 40.82 | 0.58 | 0.67 |
| Hex | DC | BD | 7B | 0 | E | 2C | E | 29 | 3A | 43 |
| Octal | 334 | 275 | 173 | 0 | 16 | 54 | 16 | 51 | 72 | 103 |
| Binary | 11011100 | 10111101 | 1111011 | 0 | 1110 | 101100 | 1110 | 101001 | 111010 | 1000011 |
Color Harmonies of #DCBD7B
Complementary color
Monochromatic Colors of #DCBD7B
Black with #DCBD7B
Text Example
Text Example
White with #DCBD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD7B; }
p { color: rgb(220,189,123); }
H1.HeaderClassName
{
color: #DCBD7B;
}
.AnyTagClassName
{
color: #DCBD7B;
}
</style>
background-color css
<style>
a { background-color: #DCBD7B; }
a { background-color: rgb(220,189,123); }
div.DivClassName
{
background-color: #DCBD7B;
}
.BgClassName
{
background-color: #DCBD7B;
}
</style>
border-color css
<style>
span { border-color: #DCBD7B; }
span { border-color: rgb(220,189,123); }
td.TdClassName
{
border-color: #DCBD7B;
}
.TagClassName
{
border-color: #DCBD7B;
}
</style>