Shades of Chenin #D0C76B
Tints of Chenin #D0C76B
RGB
CMYK
RGB Variations
Color information
#D0C76B (or 0xD0C76B) is known color: Chenin. HEX triplet: D0, C7 and 6B. RGB value is (208,199,107). Sum of RGB (Red+Green+Blue) = 208+199+107=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 107 (42.19% from 255 or 20.82% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C76B is #2F3894. Grayscale: #BFBFBF. Windows color (decimal): -3094677 or 7063504. OLE color: 7063504.
HSL color Cylindrical-coordinate representation of color #D0C76B: hue angle of 54.65º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0C76B is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 199 | 107 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.18 |
| HSL | 54.65º | 0.52% | 0.62% | - |
| HSV(B) | 54.65º | 0.49% | 0.82% | - |
| XYZ | 49.09 | 55.32 | 22 | - |
| YUV | 191.2 | 80.48 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 199 | 107 | 0 | 0.04 | 0.49 | 0.18 | 54.65 | 0.52 | 0.62 |
| Hex | D0 | C7 | 6B | 0 | 4 | 31 | 12 | 37 | 34 | 3E |
| Octal | 320 | 307 | 153 | 0 | 4 | 61 | 22 | 67 | 64 | 76 |
| Binary | 11010000 | 11000111 | 1101011 | 0 | 100 | 110001 | 10010 | 110111 | 110100 | 111110 |
Color Harmonies of #D0C76B
Complementary color
Monochromatic Colors of #D0C76B
Black with #D0C76B
Text Example
Text Example
White with #D0C76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C76B; }
p { color: rgb(208,199,107); }
H1.HeaderClassName
{
color: #D0C76B;
}
.AnyTagClassName
{
color: #D0C76B;
}
</style>
background-color css
<style>
a { background-color: #D0C76B; }
a { background-color: rgb(208,199,107); }
div.DivClassName
{
background-color: #D0C76B;
}
.BgClassName
{
background-color: #D0C76B;
}
</style>
border-color css
<style>
span { border-color: #D0C76B; }
span { border-color: rgb(208,199,107); }
td.TdClassName
{
border-color: #D0C76B;
}
.TagClassName
{
border-color: #D0C76B;
}
</style>