Shades of Chenin #DACA76
Tints of Chenin #DACA76
RGB
CMYK
RGB Variations
Color information
#DACA76 (or 0xDACA76) is known color: Chenin. HEX triplet: DA, CA and 76. RGB value is (218,202,118). Sum of RGB (Red+Green+Blue) = 218+202+118=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACA76 is #253589. Grayscale: #C5C5C5. Windows color (decimal): -2438538 or 7785178. OLE color: 7785178.
HSL color Cylindrical-coordinate representation of color #DACA76: hue angle of 50.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DACA76 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 118 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.15 |
| HSL | 50.4º | 0.57% | 0.66% | - |
| HSV(B) | 50.4º | 0.46% | 0.85% | - |
| XYZ | 53.3 | 58.45 | 25.61 | - |
| YUV | 197.21 | 83.3 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 118 | 0 | 0.07 | 0.46 | 0.15 | 50.4 | 0.57 | 0.66 |
| Hex | DA | CA | 76 | 0 | 7 | 2E | F | 32 | 39 | 42 |
| Octal | 332 | 312 | 166 | 0 | 7 | 56 | 17 | 62 | 71 | 102 |
| Binary | 11011010 | 11001010 | 1110110 | 0 | 111 | 101110 | 1111 | 110010 | 111001 | 1000010 |
Color Harmonies of #DACA76
Complementary color
Monochromatic Colors of #DACA76
Black with #DACA76
Text Example
Text Example
White with #DACA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA76; }
p { color: rgb(218,202,118); }
H1.HeaderClassName
{
color: #DACA76;
}
.AnyTagClassName
{
color: #DACA76;
}
</style>
background-color css
<style>
a { background-color: #DACA76; }
a { background-color: rgb(218,202,118); }
div.DivClassName
{
background-color: #DACA76;
}
.BgClassName
{
background-color: #DACA76;
}
</style>
border-color css
<style>
span { border-color: #DACA76; }
span { border-color: rgb(218,202,118); }
td.TdClassName
{
border-color: #DACA76;
}
.TagClassName
{
border-color: #DACA76;
}
</style>