Shades of Chenin #DABB74
Tints of Chenin #DABB74
RGB
CMYK
RGB Variations
Color information
#DABB74 (or 0xDABB74) is known color: Chenin. HEX triplet: DA, BB and 74. RGB value is (218,187,116). Sum of RGB (Red+Green+Blue) = 218+187+116=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB74 is #25448B. Grayscale: #BCBCBC. Windows color (decimal): -2442380 or 7650266. OLE color: 7650266.
HSL color Cylindrical-coordinate representation of color #DABB74: hue angle of 41.76º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DABB74 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 116 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.15 |
| HSL | 41.76º | 0.58% | 0.65% | - |
| HSV(B) | 41.76º | 0.47% | 0.85% | - |
| XYZ | 49.84 | 51.71 | 23.88 | - |
| YUV | 188.18 | 87.27 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 116 | 0 | 0.14 | 0.47 | 0.15 | 41.76 | 0.58 | 0.65 |
| Hex | DA | BB | 74 | 0 | E | 2F | F | 2A | 3A | 41 |
| Octal | 332 | 273 | 164 | 0 | 16 | 57 | 17 | 52 | 72 | 101 |
| Binary | 11011010 | 10111011 | 1110100 | 0 | 1110 | 101111 | 1111 | 101010 | 111010 | 1000001 |
Color Harmonies of #DABB74
Complementary color
Monochromatic Colors of #DABB74
Black with #DABB74
Text Example
Text Example
White with #DABB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB74; }
p { color: rgb(218,187,116); }
H1.HeaderClassName
{
color: #DABB74;
}
.AnyTagClassName
{
color: #DABB74;
}
</style>
background-color css
<style>
a { background-color: #DABB74; }
a { background-color: rgb(218,187,116); }
div.DivClassName
{
background-color: #DABB74;
}
.BgClassName
{
background-color: #DABB74;
}
</style>
border-color css
<style>
span { border-color: #DABB74; }
span { border-color: rgb(218,187,116); }
td.TdClassName
{
border-color: #DABB74;
}
.TagClassName
{
border-color: #DABB74;
}
</style>