Shades of Vanilla #D0B79C
Tints of Vanilla #D0B79C
RGB
CMYK
RGB Variations
Color information
#D0B79C (or 0xD0B79C) is known color: Vanilla. HEX triplet: D0, B7 and 9C. RGB value is (208,183,156). Sum of RGB (Red+Green+Blue) = 208+183+156=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B79C is #2F4863. Grayscale: #BBBBBB. Windows color (decimal): -3098724 or 10270672. OLE color: 10270672.
HSL color Cylindrical-coordinate representation of color #D0B79C: hue angle of 31.15º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0B79C is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 183 | 156 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.18 |
| HSL | 31.15º | 0.36% | 0.71% | - |
| HSV(B) | 31.15º | 0.25% | 0.82% | - |
| XYZ | 48.95 | 49.68 | 38.46 | - |
| YUV | 187.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 156 | 0 | 0.12 | 0.25 | 0.18 | 31.15 | 0.36 | 0.71 |
| Hex | D0 | B7 | 9C | 0 | C | 19 | 12 | 1F | 24 | 47 |
| Octal | 320 | 267 | 234 | 0 | 14 | 31 | 22 | 37 | 44 | 107 |
| Binary | 11010000 | 10110111 | 10011100 | 0 | 1100 | 11001 | 10010 | 11111 | 100100 | 1000111 |
Color Harmonies of #D0B79C
Complementary color
Monochromatic Colors of #D0B79C
Black with #D0B79C
Text Example
Text Example
White with #D0B79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B79C; }
p { color: rgb(208,183,156); }
H1.HeaderClassName
{
color: #D0B79C;
}
.AnyTagClassName
{
color: #D0B79C;
}
</style>
background-color css
<style>
a { background-color: #D0B79C; }
a { background-color: rgb(208,183,156); }
div.DivClassName
{
background-color: #D0B79C;
}
.BgClassName
{
background-color: #D0B79C;
}
</style>
border-color css
<style>
span { border-color: #D0B79C; }
span { border-color: rgb(208,183,156); }
td.TdClassName
{
border-color: #D0B79C;
}
.TagClassName
{
border-color: #D0B79C;
}
</style>