Shades of Barberry #D0DB0D
Tints of Barberry #D0DB0D
RGB
CMYK
RGB Variations
Color information
#D0DB0D (or 0xD0DB0D) is known color: Barberry. HEX triplet: D0, DB and 0D. RGB value is (208,219,13). Sum of RGB (Red+Green+Blue) = 208+219+13=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DB0D is #2F24F2. Grayscale: #C1C1C1. Windows color (decimal): -3089651 or 908240. OLE color: 908240.
HSL color Cylindrical-coordinate representation of color #D0DB0D: hue angle of 63.2º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0DB0D is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 13 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.14 |
| HSL | 63.2º | 0.89% | 0.45% | - |
| HSV(B) | 63.2º | 0.94% | 0.86% | - |
| XYZ | 51.42 | 64.1 | 10.04 | - |
| YUV | 192.23 | 26.86 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 13 | 0.05 | 0 | 0.94 | 0.14 | 63.2 | 0.89 | 0.45 |
| Hex | D0 | DB | D | 5 | 0 | 5E | E | 3F | 59 | 2D |
| Octal | 320 | 333 | 15 | 5 | 0 | 136 | 16 | 77 | 131 | 55 |
| Binary | 11010000 | 11011011 | 1101 | 101 | 0 | 1011110 | 1110 | 111111 | 1011001 | 101101 |
Color Harmonies of #D0DB0D
Complementary color
Monochromatic Colors of #D0DB0D
Black with #D0DB0D
Text Example
Text Example
White with #D0DB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DB0D; }
p { color: rgb(208,219,13); }
H1.HeaderClassName
{
color: #D0DB0D;
}
.AnyTagClassName
{
color: #D0DB0D;
}
</style>
background-color css
<style>
a { background-color: #D0DB0D; }
a { background-color: rgb(208,219,13); }
div.DivClassName
{
background-color: #D0DB0D;
}
.BgClassName
{
background-color: #D0DB0D;
}
</style>
border-color css
<style>
span { border-color: #D0DB0D; }
span { border-color: rgb(208,219,13); }
td.TdClassName
{
border-color: #D0DB0D;
}
.TagClassName
{
border-color: #D0DB0D;
}
</style>