Shades of Chenin #DBC769
Tints of Chenin #DBC769
RGB
CMYK
RGB Variations
Color information
#DBC769 (or 0xDBC769) is known color: Chenin. HEX triplet: DB, C7 and 69. RGB value is (219,199,105). Sum of RGB (Red+Green+Blue) = 219+199+105=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC769 is #243896. Grayscale: #C2C2C2. Windows color (decimal): -2373783 or 6932443. OLE color: 6932443.
HSL color Cylindrical-coordinate representation of color #DBC769: hue angle of 49.47º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBC769 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 105 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.14 |
| HSL | 49.47º | 0.61% | 0.64% | - |
| HSV(B) | 49.47º | 0.52% | 0.86% | - |
| XYZ | 52.19 | 56.93 | 21.6 | - |
| YUV | 194.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 105 | 0 | 0.09 | 0.52 | 0.14 | 49.47 | 0.61 | 0.64 |
| Hex | DB | C7 | 69 | 0 | 9 | 34 | E | 31 | 3D | 40 |
| Octal | 333 | 307 | 151 | 0 | 11 | 64 | 16 | 61 | 75 | 100 |
| Binary | 11011011 | 11000111 | 1101001 | 0 | 1001 | 110100 | 1110 | 110001 | 111101 | 1000000 |
Color Harmonies of #DBC769
Complementary color
Monochromatic Colors of #DBC769
Black with #DBC769
Text Example
Text Example
White with #DBC769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC769; }
p { color: rgb(219,199,105); }
H1.HeaderClassName
{
color: #DBC769;
}
.AnyTagClassName
{
color: #DBC769;
}
</style>
background-color css
<style>
a { background-color: #DBC769; }
a { background-color: rgb(219,199,105); }
div.DivClassName
{
background-color: #DBC769;
}
.BgClassName
{
background-color: #DBC769;
}
</style>
border-color css
<style>
span { border-color: #DBC769; }
span { border-color: rgb(219,199,105); }
td.TdClassName
{
border-color: #DBC769;
}
.TagClassName
{
border-color: #DBC769;
}
</style>