Shades of Chenin #DABB76
Tints of Chenin #DABB76
RGB
CMYK
RGB Variations
Color information
#DABB76 (or 0xDABB76) is known color: Chenin. HEX triplet: DA, BB and 76. RGB value is (218,187,118). Sum of RGB (Red+Green+Blue) = 218+187+118=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB76 is #254489. Grayscale: #BCBCBC. Windows color (decimal): -2442378 or 7781338. OLE color: 7781338.
HSL color Cylindrical-coordinate representation of color #DABB76: hue angle of 41.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DABB76 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 118 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.15 |
| HSL | 41.4º | 0.57% | 0.66% | - |
| HSV(B) | 41.4º | 0.46% | 0.85% | - |
| XYZ | 49.95 | 51.75 | 24.5 | - |
| YUV | 188.4 | 88.27 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 118 | 0 | 0.14 | 0.46 | 0.15 | 41.4 | 0.57 | 0.66 |
| Hex | DA | BB | 76 | 0 | E | 2E | F | 29 | 39 | 42 |
| Octal | 332 | 273 | 166 | 0 | 16 | 56 | 17 | 51 | 71 | 102 |
| Binary | 11011010 | 10111011 | 1110110 | 0 | 1110 | 101110 | 1111 | 101001 | 111001 | 1000010 |
Color Harmonies of #DABB76
Complementary color
Monochromatic Colors of #DABB76
Black with #DABB76
Text Example
Text Example
White with #DABB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB76; }
p { color: rgb(218,187,118); }
H1.HeaderClassName
{
color: #DABB76;
}
.AnyTagClassName
{
color: #DABB76;
}
</style>
background-color css
<style>
a { background-color: #DABB76; }
a { background-color: rgb(218,187,118); }
div.DivClassName
{
background-color: #DABB76;
}
.BgClassName
{
background-color: #DABB76;
}
</style>
border-color css
<style>
span { border-color: #DABB76; }
span { border-color: rgb(218,187,118); }
td.TdClassName
{
border-color: #DABB76;
}
.TagClassName
{
border-color: #DABB76;
}
</style>