Shades of Chenin #D5CA74
Tints of Chenin #D5CA74
RGB
CMYK
RGB Variations
Color information
#D5CA74 (or 0xD5CA74) is known color: Chenin. HEX triplet: D5, CA and 74. RGB value is (213,202,116). Sum of RGB (Red+Green+Blue) = 213+202+116=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA74 is #2A358B. Grayscale: #C3C3C3. Windows color (decimal): -2766220 or 7654101. OLE color: 7654101.
HSL color Cylindrical-coordinate representation of color #D5CA74: hue angle of 53.2º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5CA74 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 116 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.16 |
| HSL | 53.2º | 0.54% | 0.65% | - |
| HSV(B) | 53.2º | 0.46% | 0.84% | - |
| XYZ | 51.71 | 57.65 | 24.92 | - |
| YUV | 195.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 116 | 0 | 0.05 | 0.46 | 0.16 | 53.2 | 0.54 | 0.65 |
| Hex | D5 | CA | 74 | 0 | 5 | 2E | 10 | 35 | 36 | 41 |
| Octal | 325 | 312 | 164 | 0 | 5 | 56 | 20 | 65 | 66 | 101 |
| Binary | 11010101 | 11001010 | 1110100 | 0 | 101 | 101110 | 10000 | 110101 | 110110 | 1000001 |
Color Harmonies of #D5CA74
Complementary color
Monochromatic Colors of #D5CA74
Black with #D5CA74
Text Example
Text Example
White with #D5CA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA74; }
p { color: rgb(213,202,116); }
H1.HeaderClassName
{
color: #D5CA74;
}
.AnyTagClassName
{
color: #D5CA74;
}
</style>
background-color css
<style>
a { background-color: #D5CA74; }
a { background-color: rgb(213,202,116); }
div.DivClassName
{
background-color: #D5CA74;
}
.BgClassName
{
background-color: #D5CA74;
}
</style>
border-color css
<style>
span { border-color: #D5CA74; }
span { border-color: rgb(213,202,116); }
td.TdClassName
{
border-color: #D5CA74;
}
.TagClassName
{
border-color: #D5CA74;
}
</style>