Shades of Straw #DCBD7C
Tints of Straw #DCBD7C
RGB
CMYK
RGB Variations
Color information
#DCBD7C (or 0xDCBD7C) is known color: Straw. HEX triplet: DC, BD and 7C. RGB value is (220,189,124). Sum of RGB (Red+Green+Blue) = 220+189+124=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD7C is #234283. Grayscale: #BFBFBF. Windows color (decimal): -2310788 or 8175068. OLE color: 8175068.
HSL color Cylindrical-coordinate representation of color #DCBD7C: hue angle of 40.62º 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 #DCBD7C is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 124 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.14 |
| HSL | 40.63º | 0.58% | 0.67% | - |
| HSV(B) | 40.63º | 0.44% | 0.86% | - |
| XYZ | 51.35 | 53.07 | 26.61 | - |
| YUV | 190.86 | 90.27 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 124 | 0 | 0.14 | 0.44 | 0.14 | 40.63 | 0.58 | 0.67 |
| Hex | DC | BD | 7C | 0 | E | 2C | E | 29 | 3A | 43 |
| Octal | 334 | 275 | 174 | 0 | 16 | 54 | 16 | 51 | 72 | 103 |
| Binary | 11011100 | 10111101 | 1111100 | 0 | 1110 | 101100 | 1110 | 101001 | 111010 | 1000011 |
Color Harmonies of #DCBD7C
Complementary color
Monochromatic Colors of #DCBD7C
Black with #DCBD7C
Text Example
Text Example
White with #DCBD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD7C; }
p { color: rgb(220,189,124); }
H1.HeaderClassName
{
color: #DCBD7C;
}
.AnyTagClassName
{
color: #DCBD7C;
}
</style>
background-color css
<style>
a { background-color: #DCBD7C; }
a { background-color: rgb(220,189,124); }
div.DivClassName
{
background-color: #DCBD7C;
}
.BgClassName
{
background-color: #DCBD7C;
}
</style>
border-color css
<style>
span { border-color: #DCBD7C; }
span { border-color: rgb(220,189,124); }
td.TdClassName
{
border-color: #DCBD7C;
}
.TagClassName
{
border-color: #DCBD7C;
}
</style>