Shades of Straw #D2BA78
Tints of Straw #D2BA78
RGB
CMYK
RGB Variations
Color information
#D2BA78 (or 0xD2BA78) is known color: Straw. HEX triplet: D2, BA and 78. RGB value is (210,186,120). Sum of RGB (Red+Green+Blue) = 210+186+120=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BA78 is #2D4587. Grayscale: #B9B9B9. Windows color (decimal): -2966920 or 7912146. OLE color: 7912146.
HSL color Cylindrical-coordinate representation of color #D2BA78: hue angle of 44º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2BA78 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 120 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.18 |
| HSL | 44º | 0.5% | 0.65% | - |
| HSV(B) | 44º | 0.43% | 0.82% | - |
| XYZ | 47.53 | 50.18 | 24.95 | - |
| YUV | 185.65 | 90.95 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 120 | 0 | 0.11 | 0.43 | 0.18 | 44 | 0.5 | 0.65 |
| Hex | D2 | BA | 78 | 0 | B | 2B | 12 | 2C | 32 | 41 |
| Octal | 322 | 272 | 170 | 0 | 13 | 53 | 22 | 54 | 62 | 101 |
| Binary | 11010010 | 10111010 | 1111000 | 0 | 1011 | 101011 | 10010 | 101100 | 110010 | 1000001 |
Color Harmonies of #D2BA78
Complementary color
Monochromatic Colors of #D2BA78
Black with #D2BA78
Text Example
Text Example
White with #D2BA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA78; }
p { color: rgb(210,186,120); }
H1.HeaderClassName
{
color: #D2BA78;
}
.AnyTagClassName
{
color: #D2BA78;
}
</style>
background-color css
<style>
a { background-color: #D2BA78; }
a { background-color: rgb(210,186,120); }
div.DivClassName
{
background-color: #D2BA78;
}
.BgClassName
{
background-color: #D2BA78;
}
</style>
border-color css
<style>
span { border-color: #D2BA78; }
span { border-color: rgb(210,186,120); }
td.TdClassName
{
border-color: #D2BA78;
}
.TagClassName
{
border-color: #D2BA78;
}
</style>