Shades of Chenin #DBC675
Tints of Chenin #DBC675
RGB
CMYK
RGB Variations
Color information
#DBC675 (or 0xDBC675) is known color: Chenin. HEX triplet: DB, C6 and 75. RGB value is (219,198,117). Sum of RGB (Red+Green+Blue) = 219+198+117=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC675 is #24398A. Grayscale: #C3C3C3. Windows color (decimal): -2374027 or 7718619. OLE color: 7718619.
HSL color Cylindrical-coordinate representation of color #DBC675: hue angle of 47.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBC675 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 117 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.14 |
| HSL | 47.65º | 0.59% | 0.66% | - |
| HSV(B) | 47.65º | 0.47% | 0.86% | - |
| XYZ | 52.62 | 56.73 | 25.01 | - |
| YUV | 195.05 | 83.96 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 117 | 0 | 0.10 | 0.47 | 0.14 | 47.65 | 0.59 | 0.66 |
| Hex | DB | C6 | 75 | 0 | A | 2F | E | 30 | 3B | 42 |
| Octal | 333 | 306 | 165 | 0 | 12 | 57 | 16 | 60 | 73 | 102 |
| Binary | 11011011 | 11000110 | 1110101 | 0 | 1010 | 101111 | 1110 | 110000 | 111011 | 1000010 |
Color Harmonies of #DBC675
Complementary color
Monochromatic Colors of #DBC675
Black with #DBC675
Text Example
Text Example
White with #DBC675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC675; }
p { color: rgb(219,198,117); }
H1.HeaderClassName
{
color: #DBC675;
}
.AnyTagClassName
{
color: #DBC675;
}
</style>
background-color css
<style>
a { background-color: #DBC675; }
a { background-color: rgb(219,198,117); }
div.DivClassName
{
background-color: #DBC675;
}
.BgClassName
{
background-color: #DBC675;
}
</style>
border-color css
<style>
span { border-color: #DBC675; }
span { border-color: rgb(219,198,117); }
td.TdClassName
{
border-color: #DBC675;
}
.TagClassName
{
border-color: #DBC675;
}
</style>