Shades of Chenin #DBCA74
Tints of Chenin #DBCA74
RGB
CMYK
RGB Variations
Color information
#DBCA74 (or 0xDBCA74) is known color: Chenin. HEX triplet: DB, CA and 74. RGB value is (219,202,116). Sum of RGB (Red+Green+Blue) = 219+202+116=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA74 is #24358B. Grayscale: #C5C5C5. Windows color (decimal): -2373004 or 7654107. OLE color: 7654107.
HSL color Cylindrical-coordinate representation of color #DBCA74: hue angle of 50.1º 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 #DBCA74 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 116 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.14 |
| HSL | 50.1º | 0.59% | 0.66% | - |
| HSV(B) | 50.1º | 0.47% | 0.86% | - |
| XYZ | 53.49 | 58.56 | 25.01 | - |
| YUV | 197.28 | 82.13 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 116 | 0 | 0.08 | 0.47 | 0.14 | 50.1 | 0.59 | 0.66 |
| Hex | DB | CA | 74 | 0 | 8 | 2F | E | 32 | 3B | 42 |
| Octal | 333 | 312 | 164 | 0 | 10 | 57 | 16 | 62 | 73 | 102 |
| Binary | 11011011 | 11001010 | 1110100 | 0 | 1000 | 101111 | 1110 | 110010 | 111011 | 1000010 |
Color Harmonies of #DBCA74
Complementary color
Monochromatic Colors of #DBCA74
Black with #DBCA74
Text Example
Text Example
White with #DBCA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA74; }
p { color: rgb(219,202,116); }
H1.HeaderClassName
{
color: #DBCA74;
}
.AnyTagClassName
{
color: #DBCA74;
}
</style>
background-color css
<style>
a { background-color: #DBCA74; }
a { background-color: rgb(219,202,116); }
div.DivClassName
{
background-color: #DBCA74;
}
.BgClassName
{
background-color: #DBCA74;
}
</style>
border-color css
<style>
span { border-color: #DBCA74; }
span { border-color: rgb(219,202,116); }
td.TdClassName
{
border-color: #DBCA74;
}
.TagClassName
{
border-color: #DBCA74;
}
</style>