Shades of Chenin #DABD6B
Tints of Chenin #DABD6B
RGB
CMYK
RGB Variations
Color information
#DABD6B (or 0xDABD6B) is known color: Chenin. HEX triplet: DA, BD and 6B. RGB value is (218,189,107). Sum of RGB (Red+Green+Blue) = 218+189+107=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 107 (42.19% from 255 or 20.82% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABD6B is #254294. Grayscale: #BCBCBC. Windows color (decimal): -2441877 or 7060954. OLE color: 7060954.
HSL color Cylindrical-coordinate representation of color #DABD6B: hue angle of 44.32º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DABD6B is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 107 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.15 |
| HSL | 44.32º | 0.6% | 0.64% | - |
| HSV(B) | 44.32º | 0.51% | 0.85% | - |
| XYZ | 49.76 | 52.36 | 21.39 | - |
| YUV | 188.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 107 | 0 | 0.13 | 0.51 | 0.15 | 44.32 | 0.6 | 0.64 |
| Hex | DA | BD | 6B | 0 | D | 33 | F | 2C | 3C | 40 |
| Octal | 332 | 275 | 153 | 0 | 15 | 63 | 17 | 54 | 74 | 100 |
| Binary | 11011010 | 10111101 | 1101011 | 0 | 1101 | 110011 | 1111 | 101100 | 111100 | 1000000 |
Color Harmonies of #DABD6B
Complementary color
Monochromatic Colors of #DABD6B
Black with #DABD6B
Text Example
Text Example
White with #DABD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD6B; }
p { color: rgb(218,189,107); }
H1.HeaderClassName
{
color: #DABD6B;
}
.AnyTagClassName
{
color: #DABD6B;
}
</style>
background-color css
<style>
a { background-color: #DABD6B; }
a { background-color: rgb(218,189,107); }
div.DivClassName
{
background-color: #DABD6B;
}
.BgClassName
{
background-color: #DABD6B;
}
</style>
border-color css
<style>
span { border-color: #DABD6B; }
span { border-color: rgb(218,189,107); }
td.TdClassName
{
border-color: #DABD6B;
}
.TagClassName
{
border-color: #DABD6B;
}
</style>