Shades of Barberry #D3C024
Tints of Barberry #D3C024
RGB
CMYK
RGB Variations
Color information
#D3C024 (or 0xD3C024) is known color: Barberry. HEX triplet: D3, C0 and 24. RGB value is (211,192,36). Sum of RGB (Red+Green+Blue) = 211+192+36=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 36 (14.45% from 255 or 8.20% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C024 is #2C3FDB. Grayscale: #B4B4B4. Windows color (decimal): -2899932 or 2408659. OLE color: 2408659.
HSL color Cylindrical-coordinate representation of color #D3C024: hue angle of 53.49º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3C024 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 192 | 36 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.17 |
| HSL | 53.49º | 0.71% | 0.48% | - |
| HSV(B) | 53.49º | 0.83% | 0.83% | - |
| XYZ | 46.03 | 51.68 | 9.22 | - |
| YUV | 179.9 | 46.79 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 192 | 36 | 0 | 0.09 | 0.83 | 0.17 | 53.49 | 0.71 | 0.48 |
| Hex | D3 | C0 | 24 | 0 | 9 | 53 | 11 | 35 | 47 | 30 |
| Octal | 323 | 300 | 44 | 0 | 11 | 123 | 21 | 65 | 107 | 60 |
| Binary | 11010011 | 11000000 | 100100 | 0 | 1001 | 1010011 | 10001 | 110101 | 1000111 | 110000 |
Color Harmonies of #D3C024
Complementary color
Monochromatic Colors of #D3C024
Black with #D3C024
Text Example
Text Example
White with #D3C024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C024; }
p { color: rgb(211,192,36); }
H1.HeaderClassName
{
color: #D3C024;
}
.AnyTagClassName
{
color: #D3C024;
}
</style>
background-color css
<style>
a { background-color: #D3C024; }
a { background-color: rgb(211,192,36); }
div.DivClassName
{
background-color: #D3C024;
}
.BgClassName
{
background-color: #D3C024;
}
</style>
border-color css
<style>
span { border-color: #D3C024; }
span { border-color: rgb(211,192,36); }
td.TdClassName
{
border-color: #D3C024;
}
.TagClassName
{
border-color: #D3C024;
}
</style>