Shades of Chenin #D0BE74
Tints of Chenin #D0BE74
RGB
CMYK
RGB Variations
Color information
#D0BE74 (or 0xD0BE74) is known color: Chenin. HEX triplet: D0, BE and 74. RGB value is (208,190,116). Sum of RGB (Red+Green+Blue) = 208+190+116=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BE74 is #2F418B. Grayscale: #BBBBBB. Windows color (decimal): -3096972 or 7651024. OLE color: 7651024.
HSL color Cylindrical-coordinate representation of color #D0BE74: hue angle of 48.26º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0BE74 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 116 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.18 |
| HSL | 48.26º | 0.49% | 0.64% | - |
| HSV(B) | 48.26º | 0.44% | 0.82% | - |
| XYZ | 47.58 | 51.5 | 23.96 | - |
| YUV | 186.95 | 87.96 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 116 | 0 | 0.09 | 0.44 | 0.18 | 48.26 | 0.49 | 0.64 |
| Hex | D0 | BE | 74 | 0 | 9 | 2C | 12 | 30 | 31 | 40 |
| Octal | 320 | 276 | 164 | 0 | 11 | 54 | 22 | 60 | 61 | 100 |
| Binary | 11010000 | 10111110 | 1110100 | 0 | 1001 | 101100 | 10010 | 110000 | 110001 | 1000000 |
Color Harmonies of #D0BE74
Complementary color
Monochromatic Colors of #D0BE74
Black with #D0BE74
Text Example
Text Example
White with #D0BE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE74; }
p { color: rgb(208,190,116); }
H1.HeaderClassName
{
color: #D0BE74;
}
.AnyTagClassName
{
color: #D0BE74;
}
</style>
background-color css
<style>
a { background-color: #D0BE74; }
a { background-color: rgb(208,190,116); }
div.DivClassName
{
background-color: #D0BE74;
}
.BgClassName
{
background-color: #D0BE74;
}
</style>
border-color css
<style>
span { border-color: #D0BE74; }
span { border-color: rgb(208,190,116); }
td.TdClassName
{
border-color: #D0BE74;
}
.TagClassName
{
border-color: #D0BE74;
}
</style>