Shades of Chenin #DABD68
Tints of Chenin #DABD68
RGB
CMYK
RGB Variations
Color information
#DABD68 (or 0xDABD68) is known color: Chenin. HEX triplet: DA, BD and 68. RGB value is (218,189,104). Sum of RGB (Red+Green+Blue) = 218+189+104=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABD68 is #254297. Grayscale: #BCBCBC. Windows color (decimal): -2441880 or 6864346. OLE color: 6864346.
HSL color Cylindrical-coordinate representation of color #DABD68: hue angle of 44.74º 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 #DABD68 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 104 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.15 |
| HSL | 44.74º | 0.61% | 0.63% | - |
| HSV(B) | 44.74º | 0.52% | 0.85% | - |
| XYZ | 49.61 | 52.3 | 20.58 | - |
| YUV | 187.98 | 80.61 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 104 | 0 | 0.13 | 0.52 | 0.15 | 44.74 | 0.61 | 0.63 |
| Hex | DA | BD | 68 | 0 | D | 34 | F | 2D | 3D | 3F |
| Octal | 332 | 275 | 150 | 0 | 15 | 64 | 17 | 55 | 75 | 77 |
| Binary | 11011010 | 10111101 | 1101000 | 0 | 1101 | 110100 | 1111 | 101101 | 111101 | 111111 |
Color Harmonies of #DABD68
Complementary color
Monochromatic Colors of #DABD68
Black with #DABD68
Text Example
Text Example
White with #DABD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD68; }
p { color: rgb(218,189,104); }
H1.HeaderClassName
{
color: #DABD68;
}
.AnyTagClassName
{
color: #DABD68;
}
</style>
background-color css
<style>
a { background-color: #DABD68; }
a { background-color: rgb(218,189,104); }
div.DivClassName
{
background-color: #DABD68;
}
.BgClassName
{
background-color: #DABD68;
}
</style>
border-color css
<style>
span { border-color: #DABD68; }
span { border-color: rgb(218,189,104); }
td.TdClassName
{
border-color: #DABD68;
}
.TagClassName
{
border-color: #DABD68;
}
</style>