Shades of Chenin #DACB6A
Tints of Chenin #DACB6A
RGB
CMYK
RGB Variations
Color information
#DACB6A (or 0xDACB6A) is known color: Chenin. HEX triplet: DA, CB and 6A. RGB value is (218,203,106). Sum of RGB (Red+Green+Blue) = 218+203+106=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB6A is #253495. Grayscale: #C4C4C4. Windows color (decimal): -2438294 or 6999002. OLE color: 6999002.
HSL color Cylindrical-coordinate representation of color #DACB6A: hue angle of 51.96º 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 #DACB6A is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 106 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.15 |
| HSL | 51.96º | 0.6% | 0.64% | - |
| HSV(B) | 51.96º | 0.51% | 0.85% | - |
| XYZ | 52.87 | 58.66 | 22.17 | - |
| YUV | 196.43 | 76.97 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 106 | 0 | 0.07 | 0.51 | 0.15 | 51.96 | 0.6 | 0.64 |
| Hex | DA | CB | 6A | 0 | 7 | 33 | F | 34 | 3C | 40 |
| Octal | 332 | 313 | 152 | 0 | 7 | 63 | 17 | 64 | 74 | 100 |
| Binary | 11011010 | 11001011 | 1101010 | 0 | 111 | 110011 | 1111 | 110100 | 111100 | 1000000 |
Color Harmonies of #DACB6A
Complementary color
Monochromatic Colors of #DACB6A
Black with #DACB6A
Text Example
Text Example
White with #DACB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB6A; }
p { color: rgb(218,203,106); }
H1.HeaderClassName
{
color: #DACB6A;
}
.AnyTagClassName
{
color: #DACB6A;
}
</style>
background-color css
<style>
a { background-color: #DACB6A; }
a { background-color: rgb(218,203,106); }
div.DivClassName
{
background-color: #DACB6A;
}
.BgClassName
{
background-color: #DACB6A;
}
</style>
border-color css
<style>
span { border-color: #DACB6A; }
span { border-color: rgb(218,203,106); }
td.TdClassName
{
border-color: #DACB6A;
}
.TagClassName
{
border-color: #DACB6A;
}
</style>