Shades of Vanilla #D0B79D
Tints of Vanilla #D0B79D
RGB
CMYK
RGB Variations
Color information
#D0B79D (or 0xD0B79D) is known color: Vanilla. HEX triplet: D0, B7 and 9D. RGB value is (208,183,157). Sum of RGB (Red+Green+Blue) = 208+183+157=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B79D is #2F4862. Grayscale: #BBBBBB. Windows color (decimal): -3098723 or 10336208. OLE color: 10336208.
HSL color Cylindrical-coordinate representation of color #D0B79D: hue angle of 30.59º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0B79D is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 183 | 157 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.18 |
| HSL | 30.59º | 0.35% | 0.72% | - |
| HSV(B) | 30.59º | 0.25% | 0.82% | - |
| XYZ | 49.03 | 49.71 | 38.91 | - |
| YUV | 187.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 157 | 0 | 0.12 | 0.25 | 0.18 | 30.59 | 0.35 | 0.72 |
| Hex | D0 | B7 | 9D | 0 | C | 19 | 12 | 1F | 23 | 48 |
| Octal | 320 | 267 | 235 | 0 | 14 | 31 | 22 | 37 | 43 | 110 |
| Binary | 11010000 | 10110111 | 10011101 | 0 | 1100 | 11001 | 10010 | 11111 | 100011 | 1001000 |
Color Harmonies of #D0B79D
Complementary color
Monochromatic Colors of #D0B79D
Black with #D0B79D
Text Example
Text Example
White with #D0B79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B79D; }
p { color: rgb(208,183,157); }
H1.HeaderClassName
{
color: #D0B79D;
}
.AnyTagClassName
{
color: #D0B79D;
}
</style>
background-color css
<style>
a { background-color: #D0B79D; }
a { background-color: rgb(208,183,157); }
div.DivClassName
{
background-color: #D0B79D;
}
.BgClassName
{
background-color: #D0B79D;
}
</style>
border-color css
<style>
span { border-color: #D0B79D; }
span { border-color: rgb(208,183,157); }
td.TdClassName
{
border-color: #D0B79D;
}
.TagClassName
{
border-color: #D0B79D;
}
</style>