Shades of Vanilla #CDB799
Tints of Vanilla #CDB799
RGB
CMYK
RGB Variations
Color information
#CDB799 (or 0xCDB799) is known color: Vanilla. HEX triplet: CD, B7 and 99. RGB value is (205,183,153). Sum of RGB (Red+Green+Blue) = 205+183+153=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB799 is #324866. Grayscale: #BABABA. Windows color (decimal): -3295335 or 10074061. OLE color: 10074061.
HSL color Cylindrical-coordinate representation of color #CDB799: hue angle of 34.62º 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 #CDB799 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 153 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.20 |
| HSL | 34.62º | 0.34% | 0.7% | - |
| HSV(B) | 34.62º | 0.25% | 0.8% | - |
| XYZ | 47.86 | 49.15 | 37.1 | - |
| YUV | 186.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 153 | 0 | 0.11 | 0.25 | 0.20 | 34.62 | 0.34 | 0.7 |
| Hex | CD | B7 | 99 | 0 | B | 19 | 14 | 23 | 22 | 46 |
| Octal | 315 | 267 | 231 | 0 | 13 | 31 | 24 | 43 | 42 | 106 |
| Binary | 11001101 | 10110111 | 10011001 | 0 | 1011 | 11001 | 10100 | 100011 | 100010 | 1000110 |
Color Harmonies of #CDB799
Complementary color
Monochromatic Colors of #CDB799
Black with #CDB799
Text Example
Text Example
White with #CDB799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB799; }
p { color: rgb(205,183,153); }
H1.HeaderClassName
{
color: #CDB799;
}
.AnyTagClassName
{
color: #CDB799;
}
</style>
background-color css
<style>
a { background-color: #CDB799; }
a { background-color: rgb(205,183,153); }
div.DivClassName
{
background-color: #CDB799;
}
.BgClassName
{
background-color: #CDB799;
}
</style>
border-color css
<style>
span { border-color: #CDB799; }
span { border-color: rgb(205,183,153); }
td.TdClassName
{
border-color: #CDB799;
}
.TagClassName
{
border-color: #CDB799;
}
</style>