Shades of Straw #D2B67F
Tints of Straw #D2B67F
RGB
CMYK
RGB Variations
Color information
#D2B67F (or 0xD2B67F) is known color: Straw. HEX triplet: D2, B6 and 7F. RGB value is (210,182,127). Sum of RGB (Red+Green+Blue) = 210+182+127=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B67F is #2D4980. Grayscale: #B8B8B8. Windows color (decimal): -2967937 or 8369874. OLE color: 8369874.
HSL color Cylindrical-coordinate representation of color #D2B67F: hue angle of 39.76º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2B67F is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 182 | 127 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.18 |
| HSL | 39.76º | 0.48% | 0.66% | - |
| HSV(B) | 39.76º | 0.4% | 0.82% | - |
| XYZ | 47.14 | 48.69 | 26.99 | - |
| YUV | 184.1 | 95.78 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 182 | 127 | 0 | 0.13 | 0.40 | 0.18 | 39.76 | 0.48 | 0.66 |
| Hex | D2 | B6 | 7F | 0 | D | 28 | 12 | 28 | 30 | 42 |
| Octal | 322 | 266 | 177 | 0 | 15 | 50 | 22 | 50 | 60 | 102 |
| Binary | 11010010 | 10110110 | 1111111 | 0 | 1101 | 101000 | 10010 | 101000 | 110000 | 1000010 |
Color Harmonies of #D2B67F
Complementary color
Monochromatic Colors of #D2B67F
Black with #D2B67F
Text Example
Text Example
White with #D2B67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B67F; }
p { color: rgb(210,182,127); }
H1.HeaderClassName
{
color: #D2B67F;
}
.AnyTagClassName
{
color: #D2B67F;
}
</style>
background-color css
<style>
a { background-color: #D2B67F; }
a { background-color: rgb(210,182,127); }
div.DivClassName
{
background-color: #D2B67F;
}
.BgClassName
{
background-color: #D2B67F;
}
</style>
border-color css
<style>
span { border-color: #D2B67F; }
span { border-color: rgb(210,182,127); }
td.TdClassName
{
border-color: #D2B67F;
}
.TagClassName
{
border-color: #D2B67F;
}
</style>