Shades of Barberry #D0D124
Tints of Barberry #D0D124
RGB
CMYK
RGB Variations
Color information
#D0D124 (or 0xD0D124) is known color: Barberry. HEX triplet: D0, D1 and 24. RGB value is (208,209,36). Sum of RGB (Red+Green+Blue) = 208+209+36=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 36 (14.45% from 255 or 7.95% from 453); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D124 is #2F2EDB. Grayscale: #BDBDBD. Windows color (decimal): -3092188 or 2413008. OLE color: 2413008.
HSL color Cylindrical-coordinate representation of color #D0D124: hue angle of 60.35º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0D124 is Cyan = 0.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 36 | - |
| CMYK | 0.00 | 0 | 0.83 | 0.18 |
| HSL | 60.35º | 0.71% | 0.48% | - |
| HSV(B) | 60.35º | 0.83% | 0.82% | - |
| XYZ | 49.13 | 59.14 | 10.49 | - |
| YUV | 188.98 | 41.67 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 36 | 0.00 | 0 | 0.83 | 0.18 | 60.35 | 0.71 | 0.48 |
| Hex | D0 | D1 | 24 | 0 | 0 | 53 | 12 | 3C | 47 | 30 |
| Octal | 320 | 321 | 44 | 0 | 0 | 123 | 22 | 74 | 107 | 60 |
| Binary | 11010000 | 11010001 | 100100 | 0 | 0 | 1010011 | 10010 | 111100 | 1000111 | 110000 |
Color Harmonies of #D0D124
Complementary color
Monochromatic Colors of #D0D124
Black with #D0D124
Text Example
Text Example
White with #D0D124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D124; }
p { color: rgb(208,209,36); }
H1.HeaderClassName
{
color: #D0D124;
}
.AnyTagClassName
{
color: #D0D124;
}
</style>
background-color css
<style>
a { background-color: #D0D124; }
a { background-color: rgb(208,209,36); }
div.DivClassName
{
background-color: #D0D124;
}
.BgClassName
{
background-color: #D0D124;
}
</style>
border-color css
<style>
span { border-color: #D0D124; }
span { border-color: rgb(208,209,36); }
td.TdClassName
{
border-color: #D0D124;
}
.TagClassName
{
border-color: #D0D124;
}
</style>