Shades of Chenin #D7CB68
Tints of Chenin #D7CB68
RGB
CMYK
RGB Variations
Color information
#D7CB68 (or 0xD7CB68) is known color: Chenin. HEX triplet: D7, CB and 68. RGB value is (215,203,104). Sum of RGB (Red+Green+Blue) = 215+203+104=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 104 (41.02% from 255 or 19.92% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CB68 is #283497. Grayscale: #C3C3C3. Windows color (decimal): -2634904 or 6867927. OLE color: 6867927.
HSL color Cylindrical-coordinate representation of color #D7CB68: hue angle of 53.51º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D7CB68 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 104 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.16 |
| HSL | 53.51º | 0.58% | 0.63% | - |
| HSV(B) | 53.51º | 0.52% | 0.84% | - |
| XYZ | 51.88 | 58.16 | 21.59 | - |
| YUV | 195.3 | 76.48 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 104 | 0 | 0.06 | 0.52 | 0.16 | 53.51 | 0.58 | 0.63 |
| Hex | D7 | CB | 68 | 0 | 6 | 34 | 10 | 36 | 3A | 3F |
| Octal | 327 | 313 | 150 | 0 | 6 | 64 | 20 | 66 | 72 | 77 |
| Binary | 11010111 | 11001011 | 1101000 | 0 | 110 | 110100 | 10000 | 110110 | 111010 | 111111 |
Color Harmonies of #D7CB68
Complementary color
Monochromatic Colors of #D7CB68
Black with #D7CB68
Text Example
Text Example
White with #D7CB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CB68; }
p { color: rgb(215,203,104); }
H1.HeaderClassName
{
color: #D7CB68;
}
.AnyTagClassName
{
color: #D7CB68;
}
</style>
background-color css
<style>
a { background-color: #D7CB68; }
a { background-color: rgb(215,203,104); }
div.DivClassName
{
background-color: #D7CB68;
}
.BgClassName
{
background-color: #D7CB68;
}
</style>
border-color css
<style>
span { border-color: #D7CB68; }
span { border-color: rgb(215,203,104); }
td.TdClassName
{
border-color: #D7CB68;
}
.TagClassName
{
border-color: #D7CB68;
}
</style>