Shades of Chenin #D5C970
Tints of Chenin #D5C970
RGB
CMYK
RGB Variations
Color information
#D5C970 (or 0xD5C970) is known color: Chenin. HEX triplet: D5, C9 and 70. RGB value is (213,201,112). Sum of RGB (Red+Green+Blue) = 213+201+112=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C970 is #2A368F. Grayscale: #C2C2C2. Windows color (decimal): -2766480 or 7391701. OLE color: 7391701.
HSL color Cylindrical-coordinate representation of color #D5C970: hue angle of 52.87º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5C970 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 112 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.16 |
| HSL | 52.87º | 0.55% | 0.64% | - |
| HSV(B) | 52.87º | 0.47% | 0.84% | - |
| XYZ | 51.25 | 57.09 | 23.65 | - |
| YUV | 194.44 | 81.48 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 112 | 0 | 0.06 | 0.47 | 0.16 | 52.87 | 0.55 | 0.64 |
| Hex | D5 | C9 | 70 | 0 | 6 | 2F | 10 | 35 | 37 | 40 |
| Octal | 325 | 311 | 160 | 0 | 6 | 57 | 20 | 65 | 67 | 100 |
| Binary | 11010101 | 11001001 | 1110000 | 0 | 110 | 101111 | 10000 | 110101 | 110111 | 1000000 |
Color Harmonies of #D5C970
Complementary color
Monochromatic Colors of #D5C970
Black with #D5C970
Text Example
Text Example
White with #D5C970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C970; }
p { color: rgb(213,201,112); }
H1.HeaderClassName
{
color: #D5C970;
}
.AnyTagClassName
{
color: #D5C970;
}
</style>
background-color css
<style>
a { background-color: #D5C970; }
a { background-color: rgb(213,201,112); }
div.DivClassName
{
background-color: #D5C970;
}
.BgClassName
{
background-color: #D5C970;
}
</style>
border-color css
<style>
span { border-color: #D5C970; }
span { border-color: rgb(213,201,112); }
td.TdClassName
{
border-color: #D5C970;
}
.TagClassName
{
border-color: #D5C970;
}
</style>