Shades of Chenin #DBC669
Tints of Chenin #DBC669
RGB
CMYK
RGB Variations
Color information
#DBC669 (or 0xDBC669) is known color: Chenin. HEX triplet: DB, C6 and 69. RGB value is (219,198,105). Sum of RGB (Red+Green+Blue) = 219+198+105=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 105 (41.41% from 255 or 20.11% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC669 is #243996. Grayscale: #C2C2C2. Windows color (decimal): -2374039 or 6932187. OLE color: 6932187.
HSL color Cylindrical-coordinate representation of color #DBC669: hue angle of 48.95º 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 #DBC669 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 105 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.14 |
| HSL | 48.95º | 0.61% | 0.64% | - |
| HSV(B) | 48.95º | 0.52% | 0.86% | - |
| XYZ | 51.96 | 56.47 | 21.53 | - |
| YUV | 193.68 | 77.96 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 105 | 0 | 0.10 | 0.52 | 0.14 | 48.95 | 0.61 | 0.64 |
| Hex | DB | C6 | 69 | 0 | A | 34 | E | 31 | 3D | 40 |
| Octal | 333 | 306 | 151 | 0 | 12 | 64 | 16 | 61 | 75 | 100 |
| Binary | 11011011 | 11000110 | 1101001 | 0 | 1010 | 110100 | 1110 | 110001 | 111101 | 1000000 |
Color Harmonies of #DBC669
Complementary color
Monochromatic Colors of #DBC669
Black with #DBC669
Text Example
Text Example
White with #DBC669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC669; }
p { color: rgb(219,198,105); }
H1.HeaderClassName
{
color: #DBC669;
}
.AnyTagClassName
{
color: #DBC669;
}
</style>
background-color css
<style>
a { background-color: #DBC669; }
a { background-color: rgb(219,198,105); }
div.DivClassName
{
background-color: #DBC669;
}
.BgClassName
{
background-color: #DBC669;
}
</style>
border-color css
<style>
span { border-color: #DBC669; }
span { border-color: rgb(219,198,105); }
td.TdClassName
{
border-color: #DBC669;
}
.TagClassName
{
border-color: #DBC669;
}
</style>