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