Shades of Chenin #D7CB64
Tints of Chenin #D7CB64
RGB
CMYK
RGB Variations
Color information
#D7CB64 (or 0xD7CB64) is known color: Chenin. HEX triplet: D7, CB and 64. RGB value is (215,203,100). Sum of RGB (Red+Green+Blue) = 215+203+100=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CB64 is #28349B. Grayscale: #C3C3C3. Windows color (decimal): -2634908 or 6605783. OLE color: 6605783.
HSL color Cylindrical-coordinate representation of color #D7CB64: hue angle of 53.74º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7CB64 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 100 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.16 |
| HSL | 53.74º | 0.59% | 0.62% | - |
| HSV(B) | 53.74º | 0.53% | 0.84% | - |
| XYZ | 51.68 | 58.08 | 20.54 | - |
| YUV | 194.85 | 74.48 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 100 | 0 | 0.06 | 0.53 | 0.16 | 53.74 | 0.59 | 0.62 |
| Hex | D7 | CB | 64 | 0 | 6 | 35 | 10 | 36 | 3B | 3E |
| Octal | 327 | 313 | 144 | 0 | 6 | 65 | 20 | 66 | 73 | 76 |
| Binary | 11010111 | 11001011 | 1100100 | 0 | 110 | 110101 | 10000 | 110110 | 111011 | 111110 |
Color Harmonies of #D7CB64
Complementary color
Monochromatic Colors of #D7CB64
Black with #D7CB64
Text Example
Text Example
White with #D7CB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CB64; }
p { color: rgb(215,203,100); }
H1.HeaderClassName
{
color: #D7CB64;
}
.AnyTagClassName
{
color: #D7CB64;
}
</style>
background-color css
<style>
a { background-color: #D7CB64; }
a { background-color: rgb(215,203,100); }
div.DivClassName
{
background-color: #D7CB64;
}
.BgClassName
{
background-color: #D7CB64;
}
</style>
border-color css
<style>
span { border-color: #D7CB64; }
span { border-color: rgb(215,203,100); }
td.TdClassName
{
border-color: #D7CB64;
}
.TagClassName
{
border-color: #D7CB64;
}
</style>