Shades of Chenin #D8CB65
Tints of Chenin #D8CB65
RGB
CMYK
RGB Variations
Color information
#D8CB65 (or 0xD8CB65) is known color: Chenin. HEX triplet: D8, CB and 65. RGB value is (216,203,101). Sum of RGB (Red+Green+Blue) = 216+203+101=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CB65 is #27349A. Grayscale: #C3C3C3. Windows color (decimal): -2569371 or 6671320. OLE color: 6671320.
HSL color Cylindrical-coordinate representation of color #D8CB65: hue angle of 53.22º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8CB65 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 203 | 101 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.15 |
| HSL | 53.22º | 0.6% | 0.62% | - |
| HSV(B) | 53.22º | 0.53% | 0.85% | - |
| XYZ | 52.02 | 58.25 | 20.81 | - |
| YUV | 195.26 | 74.81 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 101 | 0 | 0.06 | 0.53 | 0.15 | 53.22 | 0.6 | 0.62 |
| Hex | D8 | CB | 65 | 0 | 6 | 35 | F | 35 | 3C | 3E |
| Octal | 330 | 313 | 145 | 0 | 6 | 65 | 17 | 65 | 74 | 76 |
| Binary | 11011000 | 11001011 | 1100101 | 0 | 110 | 110101 | 1111 | 110101 | 111100 | 111110 |
Color Harmonies of #D8CB65
Complementary color
Monochromatic Colors of #D8CB65
Black with #D8CB65
Text Example
Text Example
White with #D8CB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CB65; }
p { color: rgb(216,203,101); }
H1.HeaderClassName
{
color: #D8CB65;
}
.AnyTagClassName
{
color: #D8CB65;
}
</style>
background-color css
<style>
a { background-color: #D8CB65; }
a { background-color: rgb(216,203,101); }
div.DivClassName
{
background-color: #D8CB65;
}
.BgClassName
{
background-color: #D8CB65;
}
</style>
border-color css
<style>
span { border-color: #D8CB65; }
span { border-color: rgb(216,203,101); }
td.TdClassName
{
border-color: #D8CB65;
}
.TagClassName
{
border-color: #D8CB65;
}
</style>