Shades of Barberry #D0DD0A
Tints of Barberry #D0DD0A
RGB
CMYK
RGB Variations
Color information
#D0DD0A (or 0xD0DD0A) is known color: Barberry. HEX triplet: D0, DD and 0A. RGB value is (208,221,10). Sum of RGB (Red+Green+Blue) = 208+221+10=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 10 (4.30% from 255 or 2.28% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DD0A is #2F22F5. Grayscale: #C1C1C1. Windows color (decimal): -3089142 or 712144. OLE color: 712144.
HSL color Cylindrical-coordinate representation of color #D0DD0A: hue angle of 63.7º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0DD0A is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 10 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.13 |
| HSL | 63.7º | 0.91% | 0.45% | - |
| HSV(B) | 63.7º | 0.95% | 0.87% | - |
| XYZ | 51.92 | 65.14 | 10.12 | - |
| YUV | 193.06 | 24.69 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 10 | 0.06 | 0 | 0.95 | 0.13 | 63.7 | 0.91 | 0.45 |
| Hex | D0 | DD | A | 6 | 0 | 5F | D | 40 | 5B | 2D |
| Octal | 320 | 335 | 12 | 6 | 0 | 137 | 15 | 100 | 133 | 55 |
| Binary | 11010000 | 11011101 | 1010 | 110 | 0 | 1011111 | 1101 | 1000000 | 1011011 | 101101 |
Color Harmonies of #D0DD0A
Complementary color
Monochromatic Colors of #D0DD0A
Black with #D0DD0A
Text Example
Text Example
White with #D0DD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD0A; }
p { color: rgb(208,221,10); }
H1.HeaderClassName
{
color: #D0DD0A;
}
.AnyTagClassName
{
color: #D0DD0A;
}
</style>
background-color css
<style>
a { background-color: #D0DD0A; }
a { background-color: rgb(208,221,10); }
div.DivClassName
{
background-color: #D0DD0A;
}
.BgClassName
{
background-color: #D0DD0A;
}
</style>
border-color css
<style>
span { border-color: #D0DD0A; }
span { border-color: rgb(208,221,10); }
td.TdClassName
{
border-color: #D0DD0A;
}
.TagClassName
{
border-color: #D0DD0A;
}
</style>