Shades of Barberry #D8DD10
Tints of Barberry #D8DD10
RGB
CMYK
RGB Variations
Color information
#D8DD10 (or 0xD8DD10) is known color: Barberry. HEX triplet: D8, DD and 10. RGB value is (216,221,16). Sum of RGB (Red+Green+Blue) = 216+221+16=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 16 (6.64% from 255 or 3.53% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8DD10 is #2722EF. Grayscale: #C4C4C4. Windows color (decimal): -2564848 or 1105368. OLE color: 1105368.
HSL color Cylindrical-coordinate representation of color #D8DD10: hue angle of 61.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8DD10 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 16 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.13 |
| HSL | 61.46º | 0.86% | 0.46% | - |
| HSV(B) | 61.46º | 0.93% | 0.87% | - |
| XYZ | 54.27 | 66.35 | 10.44 | - |
| YUV | 196.14 | 26.34 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 16 | 0.02 | 0 | 0.93 | 0.13 | 61.46 | 0.86 | 0.46 |
| Hex | D8 | DD | 10 | 2 | 0 | 5D | D | 3D | 56 | 2E |
| Octal | 330 | 335 | 20 | 2 | 0 | 135 | 15 | 75 | 126 | 56 |
| Binary | 11011000 | 11011101 | 10000 | 10 | 0 | 1011101 | 1101 | 111101 | 1010110 | 101110 |
Color Harmonies of #D8DD10
Complementary color
Monochromatic Colors of #D8DD10
Black with #D8DD10
Text Example
Text Example
White with #D8DD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DD10; }
p { color: rgb(216,221,16); }
H1.HeaderClassName
{
color: #D8DD10;
}
.AnyTagClassName
{
color: #D8DD10;
}
</style>
background-color css
<style>
a { background-color: #D8DD10; }
a { background-color: rgb(216,221,16); }
div.DivClassName
{
background-color: #D8DD10;
}
.BgClassName
{
background-color: #D8DD10;
}
</style>
border-color css
<style>
span { border-color: #D8DD10; }
span { border-color: rgb(216,221,16); }
td.TdClassName
{
border-color: #D8DD10;
}
.TagClassName
{
border-color: #D8DD10;
}
</style>