Shades of Vanilla #CDB79A
Tints of Vanilla #CDB79A
RGB
CMYK
RGB Variations
Color information
#CDB79A (or 0xCDB79A) is known color: Vanilla. HEX triplet: CD, B7 and 9A. RGB value is (205,183,154). Sum of RGB (Red+Green+Blue) = 205+183+154=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB79A is #324865. Grayscale: #BABABA. Windows color (decimal): -3295334 or 10139597. OLE color: 10139597.
HSL color Cylindrical-coordinate representation of color #CDB79A: hue angle of 34.12º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDB79A is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 154 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.20 |
| HSL | 34.12º | 0.34% | 0.7% | - |
| HSV(B) | 34.12º | 0.25% | 0.8% | - |
| XYZ | 47.94 | 49.18 | 37.54 | - |
| YUV | 186.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 154 | 0 | 0.11 | 0.25 | 0.20 | 34.12 | 0.34 | 0.7 |
| Hex | CD | B7 | 9A | 0 | B | 19 | 14 | 22 | 22 | 46 |
| Octal | 315 | 267 | 232 | 0 | 13 | 31 | 24 | 42 | 42 | 106 |
| Binary | 11001101 | 10110111 | 10011010 | 0 | 1011 | 11001 | 10100 | 100010 | 100010 | 1000110 |
Color Harmonies of #CDB79A
Complementary color
Monochromatic Colors of #CDB79A
Black with #CDB79A
Text Example
Text Example
White with #CDB79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB79A; }
p { color: rgb(205,183,154); }
H1.HeaderClassName
{
color: #CDB79A;
}
.AnyTagClassName
{
color: #CDB79A;
}
</style>
background-color css
<style>
a { background-color: #CDB79A; }
a { background-color: rgb(205,183,154); }
div.DivClassName
{
background-color: #CDB79A;
}
.BgClassName
{
background-color: #CDB79A;
}
</style>
border-color css
<style>
span { border-color: #CDB79A; }
span { border-color: rgb(205,183,154); }
td.TdClassName
{
border-color: #CDB79A;
}
.TagClassName
{
border-color: #CDB79A;
}
</style>