Shades of Chenin #DBC96B
Tints of Chenin #DBC96B
RGB
CMYK
RGB Variations
Color information
#DBC96B (or 0xDBC96B) is known color: Chenin. HEX triplet: DB, C9 and 6B. RGB value is (219,201,107). Sum of RGB (Red+Green+Blue) = 219+201+107=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC96B is #243694. Grayscale: #C4C4C4. Windows color (decimal): -2373269 or 7064027. OLE color: 7064027.
HSL color Cylindrical-coordinate representation of color #DBC96B: hue angle of 50.36º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBC96B is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 107 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.14 |
| HSL | 50.36º | 0.61% | 0.64% | - |
| HSV(B) | 50.36º | 0.51% | 0.86% | - |
| XYZ | 52.75 | 57.89 | 22.3 | - |
| YUV | 195.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 107 | 0 | 0.08 | 0.51 | 0.14 | 50.36 | 0.61 | 0.64 |
| Hex | DB | C9 | 6B | 0 | 8 | 33 | E | 32 | 3D | 40 |
| Octal | 333 | 311 | 153 | 0 | 10 | 63 | 16 | 62 | 75 | 100 |
| Binary | 11011011 | 11001001 | 1101011 | 0 | 1000 | 110011 | 1110 | 110010 | 111101 | 1000000 |
Color Harmonies of #DBC96B
Complementary color
Monochromatic Colors of #DBC96B
Black with #DBC96B
Text Example
Text Example
White with #DBC96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC96B; }
p { color: rgb(219,201,107); }
H1.HeaderClassName
{
color: #DBC96B;
}
.AnyTagClassName
{
color: #DBC96B;
}
</style>
background-color css
<style>
a { background-color: #DBC96B; }
a { background-color: rgb(219,201,107); }
div.DivClassName
{
background-color: #DBC96B;
}
.BgClassName
{
background-color: #DBC96B;
}
</style>
border-color css
<style>
span { border-color: #DBC96B; }
span { border-color: rgb(219,201,107); }
td.TdClassName
{
border-color: #DBC96B;
}
.TagClassName
{
border-color: #DBC96B;
}
</style>