Shades of Chenin #DABB75
Tints of Chenin #DABB75
RGB
CMYK
RGB Variations
Color information
#DABB75 (or 0xDABB75) is known color: Chenin. HEX triplet: DA, BB and 75. RGB value is (218,187,117). Sum of RGB (Red+Green+Blue) = 218+187+117=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB75 is #25448A. Grayscale: #BCBCBC. Windows color (decimal): -2442379 or 7715802. OLE color: 7715802.
HSL color Cylindrical-coordinate representation of color #DABB75: hue angle of 41.58º degrees, saturation: 0.58, 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 #DABB75 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 117 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.15 |
| HSL | 41.58º | 0.58% | 0.66% | - |
| HSV(B) | 41.58º | 0.46% | 0.85% | - |
| XYZ | 49.89 | 51.73 | 24.18 | - |
| YUV | 188.29 | 87.77 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 117 | 0 | 0.14 | 0.46 | 0.15 | 41.58 | 0.58 | 0.66 |
| Hex | DA | BB | 75 | 0 | E | 2E | F | 2A | 3A | 42 |
| Octal | 332 | 273 | 165 | 0 | 16 | 56 | 17 | 52 | 72 | 102 |
| Binary | 11011010 | 10111011 | 1110101 | 0 | 1110 | 101110 | 1111 | 101010 | 111010 | 1000010 |
Color Harmonies of #DABB75
Complementary color
Monochromatic Colors of #DABB75
Black with #DABB75
Text Example
Text Example
White with #DABB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB75; }
p { color: rgb(218,187,117); }
H1.HeaderClassName
{
color: #DABB75;
}
.AnyTagClassName
{
color: #DABB75;
}
</style>
background-color css
<style>
a { background-color: #DABB75; }
a { background-color: rgb(218,187,117); }
div.DivClassName
{
background-color: #DABB75;
}
.BgClassName
{
background-color: #DABB75;
}
</style>
border-color css
<style>
span { border-color: #DABB75; }
span { border-color: rgb(218,187,117); }
td.TdClassName
{
border-color: #DABB75;
}
.TagClassName
{
border-color: #DABB75;
}
</style>