Shades of Chenin #DAC367
Tints of Chenin #DAC367
RGB
CMYK
RGB Variations
Color information
#DAC367 (or 0xDAC367) is known color: Chenin. HEX triplet: DA, C3 and 67. RGB value is (218,195,103). Sum of RGB (Red+Green+Blue) = 218+195+103=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC367 is #253C98. Grayscale: #BFBFBF. Windows color (decimal): -2440345 or 6800346. OLE color: 6800346.
HSL color Cylindrical-coordinate representation of color #DAC367: hue angle of 48º 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 #DAC367 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 103 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.15 |
| HSL | 48º | 0.61% | 0.63% | - |
| HSV(B) | 48º | 0.53% | 0.85% | - |
| XYZ | 50.88 | 54.91 | 20.75 | - |
| YUV | 191.39 | 78.12 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 103 | 0 | 0.11 | 0.53 | 0.15 | 48 | 0.61 | 0.63 |
| Hex | DA | C3 | 67 | 0 | B | 35 | F | 30 | 3D | 3F |
| Octal | 332 | 303 | 147 | 0 | 13 | 65 | 17 | 60 | 75 | 77 |
| Binary | 11011010 | 11000011 | 1100111 | 0 | 1011 | 110101 | 1111 | 110000 | 111101 | 111111 |
Color Harmonies of #DAC367
Complementary color
Monochromatic Colors of #DAC367
Black with #DAC367
Text Example
Text Example
White with #DAC367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC367; }
p { color: rgb(218,195,103); }
H1.HeaderClassName
{
color: #DAC367;
}
.AnyTagClassName
{
color: #DAC367;
}
</style>
background-color css
<style>
a { background-color: #DAC367; }
a { background-color: rgb(218,195,103); }
div.DivClassName
{
background-color: #DAC367;
}
.BgClassName
{
background-color: #DAC367;
}
</style>
border-color css
<style>
span { border-color: #DAC367; }
span { border-color: rgb(218,195,103); }
td.TdClassName
{
border-color: #DAC367;
}
.TagClassName
{
border-color: #DAC367;
}
</style>