Shades of Straw #DCBD81
Tints of Straw #DCBD81
RGB
CMYK
RGB Variations
Color information
#DCBD81 (or 0xDCBD81) is known color: Straw. HEX triplet: DC, BD and 81. RGB value is (220,189,129). Sum of RGB (Red+Green+Blue) = 220+189+129=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 129 (50.78% from 255 or 23.98% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBD81 is #23427E. Grayscale: #BFBFBF. Windows color (decimal): -2310783 or 8502748. OLE color: 8502748.
HSL color Cylindrical-coordinate representation of color #DCBD81: hue angle of 39.56º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCBD81 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 129 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.14 |
| HSL | 39.56º | 0.57% | 0.68% | - |
| HSV(B) | 39.56º | 0.41% | 0.86% | - |
| XYZ | 51.68 | 53.2 | 28.31 | - |
| YUV | 191.43 | 92.77 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 129 | 0 | 0.14 | 0.41 | 0.14 | 39.56 | 0.57 | 0.68 |
| Hex | DC | BD | 81 | 0 | E | 29 | E | 28 | 39 | 44 |
| Octal | 334 | 275 | 201 | 0 | 16 | 51 | 16 | 50 | 71 | 104 |
| Binary | 11011100 | 10111101 | 10000001 | 0 | 1110 | 101001 | 1110 | 101000 | 111001 | 1000100 |
Color Harmonies of #DCBD81
Complementary color
Monochromatic Colors of #DCBD81
Black with #DCBD81
Text Example
Text Example
White with #DCBD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD81; }
p { color: rgb(220,189,129); }
H1.HeaderClassName
{
color: #DCBD81;
}
.AnyTagClassName
{
color: #DCBD81;
}
</style>
background-color css
<style>
a { background-color: #DCBD81; }
a { background-color: rgb(220,189,129); }
div.DivClassName
{
background-color: #DCBD81;
}
.BgClassName
{
background-color: #DCBD81;
}
</style>
border-color css
<style>
span { border-color: #DCBD81; }
span { border-color: rgb(220,189,129); }
td.TdClassName
{
border-color: #DCBD81;
}
.TagClassName
{
border-color: #DCBD81;
}
</style>