Shades of Chenin #D0BC74
Tints of Chenin #D0BC74
RGB
CMYK
RGB Variations
Color information
#D0BC74 (or 0xD0BC74) is known color: Chenin. HEX triplet: D0, BC and 74. RGB value is (208,188,116). Sum of RGB (Red+Green+Blue) = 208+188+116=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC74 is #2F438B. Grayscale: #BABABA. Windows color (decimal): -3097484 or 7650512. OLE color: 7650512.
HSL color Cylindrical-coordinate representation of color #D0BC74: hue angle of 46.96º 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 #D0BC74 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 116 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.18 |
| HSL | 46.96º | 0.49% | 0.64% | - |
| HSV(B) | 46.96º | 0.44% | 0.82% | - |
| XYZ | 47.15 | 50.64 | 23.81 | - |
| YUV | 185.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 116 | 0 | 0.10 | 0.44 | 0.18 | 46.96 | 0.49 | 0.64 |
| Hex | D0 | BC | 74 | 0 | A | 2C | 12 | 2F | 31 | 40 |
| Octal | 320 | 274 | 164 | 0 | 12 | 54 | 22 | 57 | 61 | 100 |
| Binary | 11010000 | 10111100 | 1110100 | 0 | 1010 | 101100 | 10010 | 101111 | 110001 | 1000000 |
Color Harmonies of #D0BC74
Complementary color
Monochromatic Colors of #D0BC74
Black with #D0BC74
Text Example
Text Example
White with #D0BC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC74; }
p { color: rgb(208,188,116); }
H1.HeaderClassName
{
color: #D0BC74;
}
.AnyTagClassName
{
color: #D0BC74;
}
</style>
background-color css
<style>
a { background-color: #D0BC74; }
a { background-color: rgb(208,188,116); }
div.DivClassName
{
background-color: #D0BC74;
}
.BgClassName
{
background-color: #D0BC74;
}
</style>
border-color css
<style>
span { border-color: #D0BC74; }
span { border-color: rgb(208,188,116); }
td.TdClassName
{
border-color: #D0BC74;
}
.TagClassName
{
border-color: #D0BC74;
}
</style>