Shades of Vanilla #CDB59A
Tints of Vanilla #CDB59A
RGB
CMYK
RGB Variations
Color information
#CDB59A (or 0xCDB59A) is known color: Vanilla. HEX triplet: CD, B5 and 9A. RGB value is (205,181,154). Sum of RGB (Red+Green+Blue) = 205+181+154=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB59A is #324A65. Grayscale: #B9B9B9. Windows color (decimal): -3295846 or 10139085. OLE color: 10139085.
HSL color Cylindrical-coordinate representation of color #CDB59A: hue angle of 31.76º 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 #CDB59A is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 154 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.20 |
| HSL | 31.76º | 0.34% | 0.7% | - |
| HSV(B) | 31.76º | 0.25% | 0.8% | - |
| XYZ | 47.53 | 48.36 | 37.4 | - |
| YUV | 185.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 154 | 0 | 0.12 | 0.25 | 0.20 | 31.76 | 0.34 | 0.7 |
| Hex | CD | B5 | 9A | 0 | C | 19 | 14 | 20 | 22 | 46 |
| Octal | 315 | 265 | 232 | 0 | 14 | 31 | 24 | 40 | 42 | 106 |
| Binary | 11001101 | 10110101 | 10011010 | 0 | 1100 | 11001 | 10100 | 100000 | 100010 | 1000110 |
Color Harmonies of #CDB59A
Complementary color
Monochromatic Colors of #CDB59A
Black with #CDB59A
Text Example
Text Example
White with #CDB59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB59A; }
p { color: rgb(205,181,154); }
H1.HeaderClassName
{
color: #CDB59A;
}
.AnyTagClassName
{
color: #CDB59A;
}
</style>
background-color css
<style>
a { background-color: #CDB59A; }
a { background-color: rgb(205,181,154); }
div.DivClassName
{
background-color: #CDB59A;
}
.BgClassName
{
background-color: #CDB59A;
}
</style>
border-color css
<style>
span { border-color: #CDB59A; }
span { border-color: rgb(205,181,154); }
td.TdClassName
{
border-color: #CDB59A;
}
.TagClassName
{
border-color: #CDB59A;
}
</style>