Shades of Barberry #D1C024
Tints of Barberry #D1C024
RGB
CMYK
RGB Variations
Color information
#D1C024 (or 0xD1C024) is known color: Barberry. HEX triplet: D1, C0 and 24. RGB value is (209,192,36). Sum of RGB (Red+Green+Blue) = 209+192+36=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 36 (14.45% from 255 or 8.24% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C024 is #2E3FDB. Grayscale: #B3B3B3. Windows color (decimal): -3031004 or 2408657. OLE color: 2408657.
HSL color Cylindrical-coordinate representation of color #D1C024: hue angle of 54.1º 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 #D1C024 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 36 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.18 |
| HSL | 54.1º | 0.71% | 0.48% | - |
| HSV(B) | 54.1º | 0.83% | 0.82% | - |
| XYZ | 45.46 | 51.38 | 9.19 | - |
| YUV | 179.3 | 47.13 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 36 | 0 | 0.08 | 0.83 | 0.18 | 54.1 | 0.71 | 0.48 |
| Hex | D1 | C0 | 24 | 0 | 8 | 53 | 12 | 36 | 47 | 30 |
| Octal | 321 | 300 | 44 | 0 | 10 | 123 | 22 | 66 | 107 | 60 |
| Binary | 11010001 | 11000000 | 100100 | 0 | 1000 | 1010011 | 10010 | 110110 | 1000111 | 110000 |
Color Harmonies of #D1C024
Complementary color
Monochromatic Colors of #D1C024
Black with #D1C024
Text Example
Text Example
White with #D1C024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C024; }
p { color: rgb(209,192,36); }
H1.HeaderClassName
{
color: #D1C024;
}
.AnyTagClassName
{
color: #D1C024;
}
</style>
background-color css
<style>
a { background-color: #D1C024; }
a { background-color: rgb(209,192,36); }
div.DivClassName
{
background-color: #D1C024;
}
.BgClassName
{
background-color: #D1C024;
}
</style>
border-color css
<style>
span { border-color: #D1C024; }
span { border-color: rgb(209,192,36); }
td.TdClassName
{
border-color: #D1C024;
}
.TagClassName
{
border-color: #D1C024;
}
</style>