Shades of Chenin #D0BE6F
Tints of Chenin #D0BE6F
RGB
CMYK
RGB Variations
Color information
#D0BE6F (or 0xD0BE6F) is known color: Chenin. HEX triplet: D0, BE and 6F. RGB value is (208,190,111). Sum of RGB (Red+Green+Blue) = 208+190+111=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BE6F is #2F4190. Grayscale: #BABABA. Windows color (decimal): -3096977 or 7323344. OLE color: 7323344.
HSL color Cylindrical-coordinate representation of color #D0BE6F: hue angle of 48.87º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0BE6F is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 111 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.18 |
| HSL | 48.87º | 0.51% | 0.63% | - |
| HSV(B) | 48.87º | 0.47% | 0.82% | - |
| XYZ | 47.3 | 51.38 | 22.46 | - |
| YUV | 186.38 | 85.46 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 111 | 0 | 0.09 | 0.47 | 0.18 | 48.87 | 0.51 | 0.63 |
| Hex | D0 | BE | 6F | 0 | 9 | 2F | 12 | 31 | 33 | 3F |
| Octal | 320 | 276 | 157 | 0 | 11 | 57 | 22 | 61 | 63 | 77 |
| Binary | 11010000 | 10111110 | 1101111 | 0 | 1001 | 101111 | 10010 | 110001 | 110011 | 111111 |
Color Harmonies of #D0BE6F
Complementary color
Monochromatic Colors of #D0BE6F
Black with #D0BE6F
Text Example
Text Example
White with #D0BE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE6F; }
p { color: rgb(208,190,111); }
H1.HeaderClassName
{
color: #D0BE6F;
}
.AnyTagClassName
{
color: #D0BE6F;
}
</style>
background-color css
<style>
a { background-color: #D0BE6F; }
a { background-color: rgb(208,190,111); }
div.DivClassName
{
background-color: #D0BE6F;
}
.BgClassName
{
background-color: #D0BE6F;
}
</style>
border-color css
<style>
span { border-color: #D0BE6F; }
span { border-color: rgb(208,190,111); }
td.TdClassName
{
border-color: #D0BE6F;
}
.TagClassName
{
border-color: #D0BE6F;
}
</style>