Shades of Chenin #DACB6B
Tints of Chenin #DACB6B
RGB
CMYK
RGB Variations
Color information
#DACB6B (or 0xDACB6B) is known color: Chenin. HEX triplet: DA, CB and 6B. RGB value is (218,203,107). Sum of RGB (Red+Green+Blue) = 218+203+107=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB6B is #253494. Grayscale: #C4C4C4. Windows color (decimal): -2438293 or 7064538. OLE color: 7064538.
HSL color Cylindrical-coordinate representation of color #DACB6B: hue angle of 51.89º 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 #DACB6B is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 107 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.15 |
| HSL | 51.89º | 0.6% | 0.64% | - |
| HSV(B) | 51.89º | 0.51% | 0.85% | - |
| XYZ | 52.92 | 58.68 | 22.45 | - |
| YUV | 196.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 107 | 0 | 0.07 | 0.51 | 0.15 | 51.89 | 0.6 | 0.64 |
| Hex | DA | CB | 6B | 0 | 7 | 33 | F | 34 | 3C | 40 |
| Octal | 332 | 313 | 153 | 0 | 7 | 63 | 17 | 64 | 74 | 100 |
| Binary | 11011010 | 11001011 | 1101011 | 0 | 111 | 110011 | 1111 | 110100 | 111100 | 1000000 |
Color Harmonies of #DACB6B
Complementary color
Monochromatic Colors of #DACB6B
Black with #DACB6B
Text Example
Text Example
White with #DACB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB6B; }
p { color: rgb(218,203,107); }
H1.HeaderClassName
{
color: #DACB6B;
}
.AnyTagClassName
{
color: #DACB6B;
}
</style>
background-color css
<style>
a { background-color: #DACB6B; }
a { background-color: rgb(218,203,107); }
div.DivClassName
{
background-color: #DACB6B;
}
.BgClassName
{
background-color: #DACB6B;
}
</style>
border-color css
<style>
span { border-color: #DACB6B; }
span { border-color: rgb(218,203,107); }
td.TdClassName
{
border-color: #DACB6B;
}
.TagClassName
{
border-color: #DACB6B;
}
</style>