Shades of Chenin #DACB66
Tints of Chenin #DACB66
RGB
CMYK
RGB Variations
Color information
#DACB66 (or 0xDACB66) is known color: Chenin. HEX triplet: DA, CB and 66. RGB value is (218,203,102). Sum of RGB (Red+Green+Blue) = 218+203+102=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB66 is #253499. Grayscale: #C4C4C4. Windows color (decimal): -2438298 or 6736858. OLE color: 6736858.
HSL color Cylindrical-coordinate representation of color #DACB66: hue angle of 52.24º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DACB66 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 102 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.15 |
| HSL | 52.24º | 0.61% | 0.63% | - |
| HSV(B) | 52.24º | 0.53% | 0.85% | - |
| XYZ | 52.67 | 58.58 | 21.1 | - |
| YUV | 195.97 | 74.97 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 102 | 0 | 0.07 | 0.53 | 0.15 | 52.24 | 0.61 | 0.63 |
| Hex | DA | CB | 66 | 0 | 7 | 35 | F | 34 | 3D | 3F |
| Octal | 332 | 313 | 146 | 0 | 7 | 65 | 17 | 64 | 75 | 77 |
| Binary | 11011010 | 11001011 | 1100110 | 0 | 111 | 110101 | 1111 | 110100 | 111101 | 111111 |
Color Harmonies of #DACB66
Complementary color
Monochromatic Colors of #DACB66
Black with #DACB66
Text Example
Text Example
White with #DACB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB66; }
p { color: rgb(218,203,102); }
H1.HeaderClassName
{
color: #DACB66;
}
.AnyTagClassName
{
color: #DACB66;
}
</style>
background-color css
<style>
a { background-color: #DACB66; }
a { background-color: rgb(218,203,102); }
div.DivClassName
{
background-color: #DACB66;
}
.BgClassName
{
background-color: #DACB66;
}
</style>
border-color css
<style>
span { border-color: #DACB66; }
span { border-color: rgb(218,203,102); }
td.TdClassName
{
border-color: #DACB66;
}
.TagClassName
{
border-color: #DACB66;
}
</style>