Shades of Chenin #DAC765
Tints of Chenin #DAC765
RGB
CMYK
RGB Variations
Color information
#DAC765 (or 0xDAC765) is known color: Chenin. HEX triplet: DA, C7 and 65. RGB value is (218,199,101). Sum of RGB (Red+Green+Blue) = 218+199+101=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC765 is #25389A. Grayscale: #C1C1C1. Windows color (decimal): -2439323 or 6670298. OLE color: 6670298.
HSL color Cylindrical-coordinate representation of color #DAC765: hue angle of 50.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAC765 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 101 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.15 |
| HSL | 50.26º | 0.61% | 0.63% | - |
| HSV(B) | 50.26º | 0.54% | 0.85% | - |
| XYZ | 51.69 | 56.69 | 20.53 | - |
| YUV | 193.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 101 | 0 | 0.09 | 0.54 | 0.15 | 50.26 | 0.61 | 0.63 |
| Hex | DA | C7 | 65 | 0 | 9 | 36 | F | 32 | 3D | 3F |
| Octal | 332 | 307 | 145 | 0 | 11 | 66 | 17 | 62 | 75 | 77 |
| Binary | 11011010 | 11000111 | 1100101 | 0 | 1001 | 110110 | 1111 | 110010 | 111101 | 111111 |
Color Harmonies of #DAC765
Complementary color
Monochromatic Colors of #DAC765
Black with #DAC765
Text Example
Text Example
White with #DAC765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC765; }
p { color: rgb(218,199,101); }
H1.HeaderClassName
{
color: #DAC765;
}
.AnyTagClassName
{
color: #DAC765;
}
</style>
background-color css
<style>
a { background-color: #DAC765; }
a { background-color: rgb(218,199,101); }
div.DivClassName
{
background-color: #DAC765;
}
.BgClassName
{
background-color: #DAC765;
}
</style>
border-color css
<style>
span { border-color: #DAC765; }
span { border-color: rgb(218,199,101); }
td.TdClassName
{
border-color: #DAC765;
}
.TagClassName
{
border-color: #DAC765;
}
</style>