Shades of Chenin #DBCC68
Tints of Chenin #DBCC68
RGB
CMYK
RGB Variations
Color information
#DBCC68 (or 0xDBCC68) is known color: Chenin. HEX triplet: DB, CC and 68. RGB value is (219,204,104). Sum of RGB (Red+Green+Blue) = 219+204+104=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC68 is #243397. Grayscale: #C5C5C5. Windows color (decimal): -2372504 or 6868187. OLE color: 6868187.
HSL color Cylindrical-coordinate representation of color #DBCC68: hue angle of 52.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBCC68 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 104 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.14 |
| HSL | 52.17º | 0.61% | 0.63% | - |
| HSV(B) | 52.17º | 0.53% | 0.86% | - |
| XYZ | 53.3 | 59.25 | 21.72 | - |
| YUV | 197.09 | 75.47 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 104 | 0 | 0.07 | 0.53 | 0.14 | 52.17 | 0.61 | 0.63 |
| Hex | DB | CC | 68 | 0 | 7 | 35 | E | 34 | 3D | 3F |
| Octal | 333 | 314 | 150 | 0 | 7 | 65 | 16 | 64 | 75 | 77 |
| Binary | 11011011 | 11001100 | 1101000 | 0 | 111 | 110101 | 1110 | 110100 | 111101 | 111111 |
Color Harmonies of #DBCC68
Complementary color
Monochromatic Colors of #DBCC68
Black with #DBCC68
Text Example
Text Example
White with #DBCC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC68; }
p { color: rgb(219,204,104); }
H1.HeaderClassName
{
color: #DBCC68;
}
.AnyTagClassName
{
color: #DBCC68;
}
</style>
background-color css
<style>
a { background-color: #DBCC68; }
a { background-color: rgb(219,204,104); }
div.DivClassName
{
background-color: #DBCC68;
}
.BgClassName
{
background-color: #DBCC68;
}
</style>
border-color css
<style>
span { border-color: #DBCC68; }
span { border-color: rgb(219,204,104); }
td.TdClassName
{
border-color: #DBCC68;
}
.TagClassName
{
border-color: #DBCC68;
}
</style>