Shades of Barberry #D8D60D
Tints of Barberry #D8D60D
RGB
CMYK
RGB Variations
Color information
#D8D60D (or 0xD8D60D) is known color: Barberry. HEX triplet: D8, D6 and 0D. RGB value is (216,214,13). Sum of RGB (Red+Green+Blue) = 216+214+13=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D60D is #2729F2. Grayscale: #C0C0C0. Windows color (decimal): -2566643 or 906968. OLE color: 906968.
HSL color Cylindrical-coordinate representation of color #D8D60D: hue angle of 59.41º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8D60D is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 214 | 13 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.15 |
| HSL | 59.41º | 0.89% | 0.45% | - |
| HSV(B) | 59.41º | 0.94% | 0.85% | - |
| XYZ | 52.44 | 62.72 | 9.72 | - |
| YUV | 191.68 | 27.16 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 214 | 13 | 0 | 0.01 | 0.94 | 0.15 | 59.41 | 0.89 | 0.45 |
| Hex | D8 | D6 | D | 0 | 1 | 5E | F | 3B | 59 | 2D |
| Octal | 330 | 326 | 15 | 0 | 1 | 136 | 17 | 73 | 131 | 55 |
| Binary | 11011000 | 11010110 | 1101 | 0 | 1 | 1011110 | 1111 | 111011 | 1011001 | 101101 |
Color Harmonies of #D8D60D
Complementary color
Monochromatic Colors of #D8D60D
Black with #D8D60D
Text Example
Text Example
White with #D8D60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D60D; }
p { color: rgb(216,214,13); }
H1.HeaderClassName
{
color: #D8D60D;
}
.AnyTagClassName
{
color: #D8D60D;
}
</style>
background-color css
<style>
a { background-color: #D8D60D; }
a { background-color: rgb(216,214,13); }
div.DivClassName
{
background-color: #D8D60D;
}
.BgClassName
{
background-color: #D8D60D;
}
</style>
border-color css
<style>
span { border-color: #D8D60D; }
span { border-color: rgb(216,214,13); }
td.TdClassName
{
border-color: #D8D60D;
}
.TagClassName
{
border-color: #D8D60D;
}
</style>