Shades of Chenin #DAC968
Tints of Chenin #DAC968
RGB
CMYK
RGB Variations
Color information
#DAC968 (or 0xDAC968) is known color: Chenin. HEX triplet: DA, C9 and 68. RGB value is (218,201,104). Sum of RGB (Red+Green+Blue) = 218+201+104=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC968 is #253697. Grayscale: #C3C3C3. Windows color (decimal): -2438808 or 6867418. OLE color: 6867418.
HSL color Cylindrical-coordinate representation of color #DAC968: hue angle of 51.05º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAC968 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 104 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.15 |
| HSL | 51.05º | 0.61% | 0.63% | - |
| HSV(B) | 51.05º | 0.52% | 0.85% | - |
| XYZ | 52.3 | 57.68 | 21.47 | - |
| YUV | 195.03 | 76.63 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 104 | 0 | 0.08 | 0.52 | 0.15 | 51.05 | 0.61 | 0.63 |
| Hex | DA | C9 | 68 | 0 | 8 | 34 | F | 33 | 3D | 3F |
| Octal | 332 | 311 | 150 | 0 | 10 | 64 | 17 | 63 | 75 | 77 |
| Binary | 11011010 | 11001001 | 1101000 | 0 | 1000 | 110100 | 1111 | 110011 | 111101 | 111111 |
Color Harmonies of #DAC968
Complementary color
Monochromatic Colors of #DAC968
Black with #DAC968
Text Example
Text Example
White with #DAC968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC968; }
p { color: rgb(218,201,104); }
H1.HeaderClassName
{
color: #DAC968;
}
.AnyTagClassName
{
color: #DAC968;
}
</style>
background-color css
<style>
a { background-color: #DAC968; }
a { background-color: rgb(218,201,104); }
div.DivClassName
{
background-color: #DAC968;
}
.BgClassName
{
background-color: #DAC968;
}
</style>
border-color css
<style>
span { border-color: #DAC968; }
span { border-color: rgb(218,201,104); }
td.TdClassName
{
border-color: #DAC968;
}
.TagClassName
{
border-color: #DAC968;
}
</style>