Shades of Barberry #D0BB23
Tints of Barberry #D0BB23
RGB
CMYK
RGB Variations
Color information
#D0BB23 (or 0xD0BB23) is known color: Barberry. HEX triplet: D0, BB and 23. RGB value is (208,187,35). Sum of RGB (Red+Green+Blue) = 208+187+35=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 35 (14.06% from 255 or 8.14% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BB23 is #2F44DC. Grayscale: #B0B0B0. Windows color (decimal): -3097821 or 2341840. OLE color: 2341840.
HSL color Cylindrical-coordinate representation of color #D0BB23: hue angle of 52.72º 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 #D0BB23 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 187 | 35 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.18 |
| HSL | 52.72º | 0.71% | 0.48% | - |
| HSV(B) | 52.72º | 0.83% | 0.82% | - |
| XYZ | 44.09 | 49.07 | 8.74 | - |
| YUV | 175.95 | 48.46 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 35 | 0 | 0.10 | 0.83 | 0.18 | 52.72 | 0.71 | 0.48 |
| Hex | D0 | BB | 23 | 0 | A | 53 | 12 | 35 | 47 | 30 |
| Octal | 320 | 273 | 43 | 0 | 12 | 123 | 22 | 65 | 107 | 60 |
| Binary | 11010000 | 10111011 | 100011 | 0 | 1010 | 1010011 | 10010 | 110101 | 1000111 | 110000 |
Color Harmonies of #D0BB23
Complementary color
Monochromatic Colors of #D0BB23
Black with #D0BB23
Text Example
Text Example
White with #D0BB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BB23; }
p { color: rgb(208,187,35); }
H1.HeaderClassName
{
color: #D0BB23;
}
.AnyTagClassName
{
color: #D0BB23;
}
</style>
background-color css
<style>
a { background-color: #D0BB23; }
a { background-color: rgb(208,187,35); }
div.DivClassName
{
background-color: #D0BB23;
}
.BgClassName
{
background-color: #D0BB23;
}
</style>
border-color css
<style>
span { border-color: #D0BB23; }
span { border-color: rgb(208,187,35); }
td.TdClassName
{
border-color: #D0BB23;
}
.TagClassName
{
border-color: #D0BB23;
}
</style>