Shades of Straw #D2B67D
Tints of Straw #D2B67D
RGB
CMYK
RGB Variations
Color information
#D2B67D (or 0xD2B67D) is known color: Straw. HEX triplet: D2, B6 and 7D. RGB value is (210,182,125). Sum of RGB (Red+Green+Blue) = 210+182+125=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B67D is #2D4982. Grayscale: #B8B8B8. Windows color (decimal): -2967939 or 8238802. OLE color: 8238802.
HSL color Cylindrical-coordinate representation of color #D2B67D: hue angle of 40.24º degrees, saturation: 0.49, 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 #D2B67D is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 182 | 125 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.18 |
| HSL | 40.24º | 0.49% | 0.66% | - |
| HSV(B) | 40.24º | 0.4% | 0.82% | - |
| XYZ | 47.01 | 48.64 | 26.31 | - |
| YUV | 183.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 182 | 125 | 0 | 0.13 | 0.40 | 0.18 | 40.24 | 0.49 | 0.66 |
| Hex | D2 | B6 | 7D | 0 | D | 28 | 12 | 28 | 31 | 42 |
| Octal | 322 | 266 | 175 | 0 | 15 | 50 | 22 | 50 | 61 | 102 |
| Binary | 11010010 | 10110110 | 1111101 | 0 | 1101 | 101000 | 10010 | 101000 | 110001 | 1000010 |
Color Harmonies of #D2B67D
Complementary color
Monochromatic Colors of #D2B67D
Black with #D2B67D
Text Example
Text Example
White with #D2B67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B67D; }
p { color: rgb(210,182,125); }
H1.HeaderClassName
{
color: #D2B67D;
}
.AnyTagClassName
{
color: #D2B67D;
}
</style>
background-color css
<style>
a { background-color: #D2B67D; }
a { background-color: rgb(210,182,125); }
div.DivClassName
{
background-color: #D2B67D;
}
.BgClassName
{
background-color: #D2B67D;
}
</style>
border-color css
<style>
span { border-color: #D2B67D; }
span { border-color: rgb(210,182,125); }
td.TdClassName
{
border-color: #D2B67D;
}
.TagClassName
{
border-color: #D2B67D;
}
</style>