Shades of Vanilla #CDB499
Tints of Vanilla #CDB499
RGB
CMYK
RGB Variations
Color information
#CDB499 (or 0xCDB499) is known color: Vanilla. HEX triplet: CD, B4 and 99. RGB value is (205,180,153). Sum of RGB (Red+Green+Blue) = 205+180+153=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB499 is #324B66. Grayscale: #B8B8B8. Windows color (decimal): -3296103 or 10073293. OLE color: 10073293.
HSL color Cylindrical-coordinate representation of color #CDB499: hue angle of 31.15º 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 #CDB499 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 153 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.20 |
| HSL | 31.15º | 0.34% | 0.7% | - |
| HSV(B) | 31.15º | 0.25% | 0.8% | - |
| XYZ | 47.25 | 47.92 | 36.9 | - |
| YUV | 184.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 153 | 0 | 0.12 | 0.25 | 0.20 | 31.15 | 0.34 | 0.7 |
| Hex | CD | B4 | 99 | 0 | C | 19 | 14 | 1F | 22 | 46 |
| Octal | 315 | 264 | 231 | 0 | 14 | 31 | 24 | 37 | 42 | 106 |
| Binary | 11001101 | 10110100 | 10011001 | 0 | 1100 | 11001 | 10100 | 11111 | 100010 | 1000110 |
Color Harmonies of #CDB499
Complementary color
Monochromatic Colors of #CDB499
Black with #CDB499
Text Example
Text Example
White with #CDB499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB499; }
p { color: rgb(205,180,153); }
H1.HeaderClassName
{
color: #CDB499;
}
.AnyTagClassName
{
color: #CDB499;
}
</style>
background-color css
<style>
a { background-color: #CDB499; }
a { background-color: rgb(205,180,153); }
div.DivClassName
{
background-color: #CDB499;
}
.BgClassName
{
background-color: #CDB499;
}
</style>
border-color css
<style>
span { border-color: #CDB499; }
span { border-color: rgb(205,180,153); }
td.TdClassName
{
border-color: #CDB499;
}
.TagClassName
{
border-color: #CDB499;
}
</style>