Shades of Chenin #DAC673
Tints of Chenin #DAC673
RGB
CMYK
RGB Variations
Color information
#DAC673 (or 0xDAC673) is known color: Chenin. HEX triplet: DA, C6 and 73. RGB value is (218,198,115). Sum of RGB (Red+Green+Blue) = 218+198+115=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC673 is #25398C. Grayscale: #C2C2C2. Windows color (decimal): -2439565 or 7587546. OLE color: 7587546.
HSL color Cylindrical-coordinate representation of color #DAC673: hue angle of 48.35º 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 #DAC673 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 115 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.15 |
| HSL | 48.35º | 0.58% | 0.65% | - |
| HSV(B) | 48.35º | 0.47% | 0.85% | - |
| XYZ | 52.2 | 56.53 | 24.38 | - |
| YUV | 194.52 | 83.13 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 115 | 0 | 0.09 | 0.47 | 0.15 | 48.35 | 0.58 | 0.65 |
| Hex | DA | C6 | 73 | 0 | 9 | 2F | F | 30 | 3A | 41 |
| Octal | 332 | 306 | 163 | 0 | 11 | 57 | 17 | 60 | 72 | 101 |
| Binary | 11011010 | 11000110 | 1110011 | 0 | 1001 | 101111 | 1111 | 110000 | 111010 | 1000001 |
Color Harmonies of #DAC673
Complementary color
Monochromatic Colors of #DAC673
Black with #DAC673
Text Example
Text Example
White with #DAC673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC673; }
p { color: rgb(218,198,115); }
H1.HeaderClassName
{
color: #DAC673;
}
.AnyTagClassName
{
color: #DAC673;
}
</style>
background-color css
<style>
a { background-color: #DAC673; }
a { background-color: rgb(218,198,115); }
div.DivClassName
{
background-color: #DAC673;
}
.BgClassName
{
background-color: #DAC673;
}
</style>
border-color css
<style>
span { border-color: #DAC673; }
span { border-color: rgb(218,198,115); }
td.TdClassName
{
border-color: #DAC673;
}
.TagClassName
{
border-color: #DAC673;
}
</style>