Shades of Chenin #DABE68
Tints of Chenin #DABE68
RGB
CMYK
RGB Variations
Color information
#DABE68 (or 0xDABE68) is known color: Chenin. HEX triplet: DA, BE and 68. RGB value is (218,190,104). Sum of RGB (Red+Green+Blue) = 218+190+104=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABE68 is #254197. Grayscale: #BCBCBC. Windows color (decimal): -2441624 or 6864602. OLE color: 6864602.
HSL color Cylindrical-coordinate representation of color #DABE68: hue angle of 45.26º 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 #DABE68 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 190 | 104 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.15 |
| HSL | 45.26º | 0.61% | 0.63% | - |
| HSV(B) | 45.26º | 0.52% | 0.85% | - |
| XYZ | 49.83 | 52.73 | 20.65 | - |
| YUV | 188.57 | 80.28 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 104 | 0 | 0.13 | 0.52 | 0.15 | 45.26 | 0.61 | 0.63 |
| Hex | DA | BE | 68 | 0 | D | 34 | F | 2D | 3D | 3F |
| Octal | 332 | 276 | 150 | 0 | 15 | 64 | 17 | 55 | 75 | 77 |
| Binary | 11011010 | 10111110 | 1101000 | 0 | 1101 | 110100 | 1111 | 101101 | 111101 | 111111 |
Color Harmonies of #DABE68
Complementary color
Monochromatic Colors of #DABE68
Black with #DABE68
Text Example
Text Example
White with #DABE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABE68; }
p { color: rgb(218,190,104); }
H1.HeaderClassName
{
color: #DABE68;
}
.AnyTagClassName
{
color: #DABE68;
}
</style>
background-color css
<style>
a { background-color: #DABE68; }
a { background-color: rgb(218,190,104); }
div.DivClassName
{
background-color: #DABE68;
}
.BgClassName
{
background-color: #DABE68;
}
</style>
border-color css
<style>
span { border-color: #DABE68; }
span { border-color: rgb(218,190,104); }
td.TdClassName
{
border-color: #DABE68;
}
.TagClassName
{
border-color: #DABE68;
}
</style>