Shades of Chenin #DAC467
Tints of Chenin #DAC467
RGB
CMYK
RGB Variations
Color information
#DAC467 (or 0xDAC467) is known color: Chenin. HEX triplet: DA, C4 and 67. RGB value is (218,196,103). Sum of RGB (Red+Green+Blue) = 218+196+103=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 103 (40.62% from 255 or 19.92% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC467 is #253B98. Grayscale: #C0C0C0. Windows color (decimal): -2440089 or 6800602. OLE color: 6800602.
HSL color Cylindrical-coordinate representation of color #DAC467: hue angle of 48.52º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAC467 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 103 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.15 |
| HSL | 48.52º | 0.61% | 0.63% | - |
| HSV(B) | 48.52º | 0.53% | 0.85% | - |
| XYZ | 51.1 | 55.36 | 20.83 | - |
| YUV | 191.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 103 | 0 | 0.10 | 0.53 | 0.15 | 48.52 | 0.61 | 0.63 |
| Hex | DA | C4 | 67 | 0 | A | 35 | F | 31 | 3D | 3F |
| Octal | 332 | 304 | 147 | 0 | 12 | 65 | 17 | 61 | 75 | 77 |
| Binary | 11011010 | 11000100 | 1100111 | 0 | 1010 | 110101 | 1111 | 110001 | 111101 | 111111 |
Color Harmonies of #DAC467
Complementary color
Monochromatic Colors of #DAC467
Black with #DAC467
Text Example
Text Example
White with #DAC467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC467; }
p { color: rgb(218,196,103); }
H1.HeaderClassName
{
color: #DAC467;
}
.AnyTagClassName
{
color: #DAC467;
}
</style>
background-color css
<style>
a { background-color: #DAC467; }
a { background-color: rgb(218,196,103); }
div.DivClassName
{
background-color: #DAC467;
}
.BgClassName
{
background-color: #DAC467;
}
</style>
border-color css
<style>
span { border-color: #DAC467; }
span { border-color: rgb(218,196,103); }
td.TdClassName
{
border-color: #DAC467;
}
.TagClassName
{
border-color: #DAC467;
}
</style>