Shades of Barberry #D0BE24
Tints of Barberry #D0BE24
RGB
CMYK
RGB Variations
Color information
#D0BE24 (or 0xD0BE24) is known color: Barberry. HEX triplet: D0, BE and 24. RGB value is (208,190,36). Sum of RGB (Red+Green+Blue) = 208+190+36=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BE24 is #2F41DB. Grayscale: #B2B2B2. Windows color (decimal): -3097052 or 2408144. OLE color: 2408144.
HSL color Cylindrical-coordinate representation of color #D0BE24: hue angle of 53.72º degrees, saturation: 0.7, 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 #D0BE24 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 36 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.18 |
| HSL | 53.72º | 0.7% | 0.48% | - |
| HSV(B) | 53.72º | 0.83% | 0.82% | - |
| XYZ | 44.74 | 50.36 | 9.03 | - |
| YUV | 177.83 | 47.96 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 36 | 0 | 0.09 | 0.83 | 0.18 | 53.72 | 0.7 | 0.48 |
| Hex | D0 | BE | 24 | 0 | 9 | 53 | 12 | 36 | 46 | 30 |
| Octal | 320 | 276 | 44 | 0 | 11 | 123 | 22 | 66 | 106 | 60 |
| Binary | 11010000 | 10111110 | 100100 | 0 | 1001 | 1010011 | 10010 | 110110 | 1000110 | 110000 |
Color Harmonies of #D0BE24
Complementary color
Monochromatic Colors of #D0BE24
Black with #D0BE24
Text Example
Text Example
White with #D0BE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE24; }
p { color: rgb(208,190,36); }
H1.HeaderClassName
{
color: #D0BE24;
}
.AnyTagClassName
{
color: #D0BE24;
}
</style>
background-color css
<style>
a { background-color: #D0BE24; }
a { background-color: rgb(208,190,36); }
div.DivClassName
{
background-color: #D0BE24;
}
.BgClassName
{
background-color: #D0BE24;
}
</style>
border-color css
<style>
span { border-color: #D0BE24; }
span { border-color: rgb(208,190,36); }
td.TdClassName
{
border-color: #D0BE24;
}
.TagClassName
{
border-color: #D0BE24;
}
</style>