Shades of Chenin #D8C367
Tints of Chenin #D8C367
RGB
CMYK
RGB Variations
Color information
#D8C367 (or 0xD8C367) is known color: Chenin. HEX triplet: D8, C3 and 67. RGB value is (216,195,103). Sum of RGB (Red+Green+Blue) = 216+195+103=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 103 (40.62% from 255 or 20.04% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C367 is #273C98. Grayscale: #BFBFBF. Windows color (decimal): -2571417 or 6800344. OLE color: 6800344.
HSL color Cylindrical-coordinate representation of color #D8C367: hue angle of 48.85º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8C367 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 195 | 103 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.15 |
| HSL | 48.85º | 0.59% | 0.63% | - |
| HSV(B) | 48.85º | 0.52% | 0.85% | - |
| XYZ | 50.28 | 54.61 | 20.72 | - |
| YUV | 190.79 | 78.46 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 195 | 103 | 0 | 0.10 | 0.52 | 0.15 | 48.85 | 0.59 | 0.63 |
| Hex | D8 | C3 | 67 | 0 | A | 34 | F | 31 | 3B | 3F |
| Octal | 330 | 303 | 147 | 0 | 12 | 64 | 17 | 61 | 73 | 77 |
| Binary | 11011000 | 11000011 | 1100111 | 0 | 1010 | 110100 | 1111 | 110001 | 111011 | 111111 |
Color Harmonies of #D8C367
Complementary color
Monochromatic Colors of #D8C367
Black with #D8C367
Text Example
Text Example
White with #D8C367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C367; }
p { color: rgb(216,195,103); }
H1.HeaderClassName
{
color: #D8C367;
}
.AnyTagClassName
{
color: #D8C367;
}
</style>
background-color css
<style>
a { background-color: #D8C367; }
a { background-color: rgb(216,195,103); }
div.DivClassName
{
background-color: #D8C367;
}
.BgClassName
{
background-color: #D8C367;
}
</style>
border-color css
<style>
span { border-color: #D8C367; }
span { border-color: rgb(216,195,103); }
td.TdClassName
{
border-color: #D8C367;
}
.TagClassName
{
border-color: #D8C367;
}
</style>