Shades of Chenin #DABC68
Tints of Chenin #DABC68
RGB
CMYK
RGB Variations
Color information
#DABC68 (or 0xDABC68) is known color: Chenin. HEX triplet: DA, BC and 68. RGB value is (218,188,104). Sum of RGB (Red+Green+Blue) = 218+188+104=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC68 is #254397. Grayscale: #BBBBBB. Windows color (decimal): -2442136 or 6864090. OLE color: 6864090.
HSL color Cylindrical-coordinate representation of color #DABC68: hue angle of 44.21º 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 #DABC68 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 104 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.15 |
| HSL | 44.21º | 0.61% | 0.63% | - |
| HSV(B) | 44.21º | 0.52% | 0.85% | - |
| XYZ | 49.4 | 51.87 | 20.51 | - |
| YUV | 187.39 | 80.94 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 104 | 0 | 0.14 | 0.52 | 0.15 | 44.21 | 0.61 | 0.63 |
| Hex | DA | BC | 68 | 0 | E | 34 | F | 2C | 3D | 3F |
| Octal | 332 | 274 | 150 | 0 | 16 | 64 | 17 | 54 | 75 | 77 |
| Binary | 11011010 | 10111100 | 1101000 | 0 | 1110 | 110100 | 1111 | 101100 | 111101 | 111111 |
Color Harmonies of #DABC68
Complementary color
Monochromatic Colors of #DABC68
Black with #DABC68
Text Example
Text Example
White with #DABC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC68; }
p { color: rgb(218,188,104); }
H1.HeaderClassName
{
color: #DABC68;
}
.AnyTagClassName
{
color: #DABC68;
}
</style>
background-color css
<style>
a { background-color: #DABC68; }
a { background-color: rgb(218,188,104); }
div.DivClassName
{
background-color: #DABC68;
}
.BgClassName
{
background-color: #DABC68;
}
</style>
border-color css
<style>
span { border-color: #DABC68; }
span { border-color: rgb(218,188,104); }
td.TdClassName
{
border-color: #DABC68;
}
.TagClassName
{
border-color: #DABC68;
}
</style>