Shades of Vanilla #CDB699
Tints of Vanilla #CDB699
RGB
CMYK
RGB Variations
Color information
#CDB699 (or 0xCDB699) is known color: Vanilla. HEX triplet: CD, B6 and 99. RGB value is (205,182,153). Sum of RGB (Red+Green+Blue) = 205+182+153=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB699 is #324966. Grayscale: #B9B9B9. Windows color (decimal): -3295591 or 10073805. OLE color: 10073805.
HSL color Cylindrical-coordinate representation of color #CDB699: hue angle of 33.46º 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 #CDB699 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 153 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.20 |
| HSL | 33.46º | 0.34% | 0.7% | - |
| HSV(B) | 33.46º | 0.25% | 0.8% | - |
| XYZ | 47.65 | 48.73 | 37.03 | - |
| YUV | 185.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 153 | 0 | 0.11 | 0.25 | 0.20 | 33.46 | 0.34 | 0.7 |
| Hex | CD | B6 | 99 | 0 | B | 19 | 14 | 21 | 22 | 46 |
| Octal | 315 | 266 | 231 | 0 | 13 | 31 | 24 | 41 | 42 | 106 |
| Binary | 11001101 | 10110110 | 10011001 | 0 | 1011 | 11001 | 10100 | 100001 | 100010 | 1000110 |
Color Harmonies of #CDB699
Complementary color
Monochromatic Colors of #CDB699
Black with #CDB699
Text Example
Text Example
White with #CDB699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB699; }
p { color: rgb(205,182,153); }
H1.HeaderClassName
{
color: #CDB699;
}
.AnyTagClassName
{
color: #CDB699;
}
</style>
background-color css
<style>
a { background-color: #CDB699; }
a { background-color: rgb(205,182,153); }
div.DivClassName
{
background-color: #CDB699;
}
.BgClassName
{
background-color: #CDB699;
}
</style>
border-color css
<style>
span { border-color: #CDB699; }
span { border-color: rgb(205,182,153); }
td.TdClassName
{
border-color: #CDB699;
}
.TagClassName
{
border-color: #CDB699;
}
</style>