Shades of Chenin #DACB68
Tints of Chenin #DACB68
RGB
CMYK
RGB Variations
Color information
#DACB68 (or 0xDACB68) is known color: Chenin. HEX triplet: DA, CB and 68. RGB value is (218,203,104). Sum of RGB (Red+Green+Blue) = 218+203+104=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB68 is #253497. Grayscale: #C4C4C4. Windows color (decimal): -2438296 or 6867930. OLE color: 6867930.
HSL color Cylindrical-coordinate representation of color #DACB68: hue angle of 52.11º 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 #DACB68 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 104 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.15 |
| HSL | 52.11º | 0.61% | 0.63% | - |
| HSV(B) | 52.11º | 0.52% | 0.85% | - |
| XYZ | 52.77 | 58.62 | 21.63 | - |
| YUV | 196.2 | 75.97 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 104 | 0 | 0.07 | 0.52 | 0.15 | 52.11 | 0.61 | 0.63 |
| Hex | DA | CB | 68 | 0 | 7 | 34 | F | 34 | 3D | 3F |
| Octal | 332 | 313 | 150 | 0 | 7 | 64 | 17 | 64 | 75 | 77 |
| Binary | 11011010 | 11001011 | 1101000 | 0 | 111 | 110100 | 1111 | 110100 | 111101 | 111111 |
Color Harmonies of #DACB68
Complementary color
Monochromatic Colors of #DACB68
Black with #DACB68
Text Example
Text Example
White with #DACB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB68; }
p { color: rgb(218,203,104); }
H1.HeaderClassName
{
color: #DACB68;
}
.AnyTagClassName
{
color: #DACB68;
}
</style>
background-color css
<style>
a { background-color: #DACB68; }
a { background-color: rgb(218,203,104); }
div.DivClassName
{
background-color: #DACB68;
}
.BgClassName
{
background-color: #DACB68;
}
</style>
border-color css
<style>
span { border-color: #DACB68; }
span { border-color: rgb(218,203,104); }
td.TdClassName
{
border-color: #DACB68;
}
.TagClassName
{
border-color: #DACB68;
}
</style>