Shades of Barberry #D0DE0B
Tints of Barberry #D0DE0B
RGB
CMYK
RGB Variations
Color information
#D0DE0B (or 0xD0DE0B) is known color: Barberry. HEX triplet: D0, DE and 0B. RGB value is (208,222,11). Sum of RGB (Red+Green+Blue) = 208+222+11=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 222 (87.11% from 255 or 50.34% from 441); Blue value is 11 (4.69% from 255 or 2.49% from 441); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DE0B is #2F21F4. Grayscale: #C2C2C2. Windows color (decimal): -3088885 or 777936. OLE color: 777936.
HSL color Cylindrical-coordinate representation of color #D0DE0B: hue angle of 63.98º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0DE0B is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 222 | 11 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.13 |
| HSL | 63.98º | 0.91% | 0.46% | - |
| HSV(B) | 63.98º | 0.95% | 0.87% | - |
| XYZ | 52.19 | 65.68 | 10.24 | - |
| YUV | 193.76 | 24.86 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 11 | 0.06 | 0 | 0.95 | 0.13 | 63.98 | 0.91 | 0.46 |
| Hex | D0 | DE | B | 6 | 0 | 5F | D | 40 | 5B | 2E |
| Octal | 320 | 336 | 13 | 6 | 0 | 137 | 15 | 100 | 133 | 56 |
| Binary | 11010000 | 11011110 | 1011 | 110 | 0 | 1011111 | 1101 | 1000000 | 1011011 | 101110 |
Color Harmonies of #D0DE0B
Complementary color
Monochromatic Colors of #D0DE0B
Black with #D0DE0B
Text Example
Text Example
White with #D0DE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DE0B; }
p { color: rgb(208,222,11); }
H1.HeaderClassName
{
color: #D0DE0B;
}
.AnyTagClassName
{
color: #D0DE0B;
}
</style>
background-color css
<style>
a { background-color: #D0DE0B; }
a { background-color: rgb(208,222,11); }
div.DivClassName
{
background-color: #D0DE0B;
}
.BgClassName
{
background-color: #D0DE0B;
}
</style>
border-color css
<style>
span { border-color: #D0DE0B; }
span { border-color: rgb(208,222,11); }
td.TdClassName
{
border-color: #D0DE0B;
}
.TagClassName
{
border-color: #D0DE0B;
}
</style>