Shades of Straw #D0B782
Tints of Straw #D0B782
RGB
CMYK
RGB Variations
Color information
#D0B782 (or 0xD0B782) is known color: Straw. HEX triplet: D0, B7 and 82. RGB value is (208,183,130). Sum of RGB (Red+Green+Blue) = 208+183+130=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B782 is #2F487D. Grayscale: #B8B8B8. Windows color (decimal): -3098750 or 8566736. OLE color: 8566736.
HSL color Cylindrical-coordinate representation of color #D0B782: hue angle of 40.77º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0B782 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 183 | 130 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.18 |
| HSL | 40.77º | 0.45% | 0.66% | - |
| HSV(B) | 40.77º | 0.38% | 0.82% | - |
| XYZ | 46.98 | 48.89 | 28.08 | - |
| YUV | 184.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 130 | 0 | 0.12 | 0.38 | 0.18 | 40.77 | 0.45 | 0.66 |
| Hex | D0 | B7 | 82 | 0 | C | 26 | 12 | 29 | 2D | 42 |
| Octal | 320 | 267 | 202 | 0 | 14 | 46 | 22 | 51 | 55 | 102 |
| Binary | 11010000 | 10110111 | 10000010 | 0 | 1100 | 100110 | 10010 | 101001 | 101101 | 1000010 |
Color Harmonies of #D0B782
Complementary color
Monochromatic Colors of #D0B782
Black with #D0B782
Text Example
Text Example
White with #D0B782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B782; }
p { color: rgb(208,183,130); }
H1.HeaderClassName
{
color: #D0B782;
}
.AnyTagClassName
{
color: #D0B782;
}
</style>
background-color css
<style>
a { background-color: #D0B782; }
a { background-color: rgb(208,183,130); }
div.DivClassName
{
background-color: #D0B782;
}
.BgClassName
{
background-color: #D0B782;
}
</style>
border-color css
<style>
span { border-color: #D0B782; }
span { border-color: rgb(208,183,130); }
td.TdClassName
{
border-color: #D0B782;
}
.TagClassName
{
border-color: #D0B782;
}
</style>