Shades of Barberry #D8D125
Tints of Barberry #D8D125
RGB
CMYK
RGB Variations
Color information
#D8D125 (or 0xD8D125) is known color: Barberry. HEX triplet: D8, D1 and 25. RGB value is (216,209,37). Sum of RGB (Red+Green+Blue) = 216+209+37=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 37 (14.84% from 255 or 8.01% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D125 is #272EDA. Grayscale: #C0C0C0. Windows color (decimal): -2567899 or 2478552. OLE color: 2478552.
HSL color Cylindrical-coordinate representation of color #D8D125: hue angle of 57.65º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8D125 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 37 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.15 |
| HSL | 57.65º | 0.71% | 0.5% | - |
| HSV(B) | 57.65º | 0.83% | 0.85% | - |
| XYZ | 51.45 | 60.33 | 10.68 | - |
| YUV | 191.49 | 40.82 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 37 | 0 | 0.03 | 0.83 | 0.15 | 57.65 | 0.71 | 0.5 |
| Hex | D8 | D1 | 25 | 0 | 3 | 53 | F | 3A | 47 | 32 |
| Octal | 330 | 321 | 45 | 0 | 3 | 123 | 17 | 72 | 107 | 62 |
| Binary | 11011000 | 11010001 | 100101 | 0 | 11 | 1010011 | 1111 | 111010 | 1000111 | 110010 |
Color Harmonies of #D8D125
Complementary color
Monochromatic Colors of #D8D125
Black with #D8D125
Text Example
Text Example
White with #D8D125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D125; }
p { color: rgb(216,209,37); }
H1.HeaderClassName
{
color: #D8D125;
}
.AnyTagClassName
{
color: #D8D125;
}
</style>
background-color css
<style>
a { background-color: #D8D125; }
a { background-color: rgb(216,209,37); }
div.DivClassName
{
background-color: #D8D125;
}
.BgClassName
{
background-color: #D8D125;
}
</style>
border-color css
<style>
span { border-color: #D8D125; }
span { border-color: rgb(216,209,37); }
td.TdClassName
{
border-color: #D8D125;
}
.TagClassName
{
border-color: #D8D125;
}
</style>