Shades of Chenin #DAC770
Tints of Chenin #DAC770
RGB
CMYK
RGB Variations
Color information
#DAC770 (or 0xDAC770) is known color: Chenin. HEX triplet: DA, C7 and 70. RGB value is (218,199,112). Sum of RGB (Red+Green+Blue) = 218+199+112=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC770 is #25388F. Grayscale: #C3C3C3. Windows color (decimal): -2439312 or 7391194. OLE color: 7391194.
HSL color Cylindrical-coordinate representation of color #DAC770: hue angle of 49.25º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAC770 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 112 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.15 |
| HSL | 49.25º | 0.59% | 0.65% | - |
| HSV(B) | 49.25º | 0.49% | 0.85% | - |
| XYZ | 52.26 | 56.92 | 23.56 | - |
| YUV | 194.76 | 81.29 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 112 | 0 | 0.09 | 0.49 | 0.15 | 49.25 | 0.59 | 0.65 |
| Hex | DA | C7 | 70 | 0 | 9 | 31 | F | 31 | 3B | 41 |
| Octal | 332 | 307 | 160 | 0 | 11 | 61 | 17 | 61 | 73 | 101 |
| Binary | 11011010 | 11000111 | 1110000 | 0 | 1001 | 110001 | 1111 | 110001 | 111011 | 1000001 |
Color Harmonies of #DAC770
Complementary color
Monochromatic Colors of #DAC770
Black with #DAC770
Text Example
Text Example
White with #DAC770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC770; }
p { color: rgb(218,199,112); }
H1.HeaderClassName
{
color: #DAC770;
}
.AnyTagClassName
{
color: #DAC770;
}
</style>
background-color css
<style>
a { background-color: #DAC770; }
a { background-color: rgb(218,199,112); }
div.DivClassName
{
background-color: #DAC770;
}
.BgClassName
{
background-color: #DAC770;
}
</style>
border-color css
<style>
span { border-color: #DAC770; }
span { border-color: rgb(218,199,112); }
td.TdClassName
{
border-color: #DAC770;
}
.TagClassName
{
border-color: #DAC770;
}
</style>