Shades of Barberry #D0DD12
Tints of Barberry #D0DD12
RGB
CMYK
RGB Variations
Color information
#D0DD12 (or 0xD0DD12) is known color: Barberry. HEX triplet: D0, DD and 12. RGB value is (208,221,18). Sum of RGB (Red+Green+Blue) = 208+221+18=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DD12 is #2F22ED. Grayscale: #C2C2C2. Windows color (decimal): -3089134 or 1236432. OLE color: 1236432.
HSL color Cylindrical-coordinate representation of color #D0DD12: hue angle of 63.84º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0DD12 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 18 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.13 |
| HSL | 63.84º | 0.85% | 0.47% | - |
| HSV(B) | 63.84º | 0.92% | 0.87% | - |
| XYZ | 51.98 | 65.17 | 10.41 | - |
| YUV | 193.97 | 28.69 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 18 | 0.06 | 0 | 0.92 | 0.13 | 63.84 | 0.85 | 0.47 |
| Hex | D0 | DD | 12 | 6 | 0 | 5C | D | 40 | 55 | 2F |
| Octal | 320 | 335 | 22 | 6 | 0 | 134 | 15 | 100 | 125 | 57 |
| Binary | 11010000 | 11011101 | 10010 | 110 | 0 | 1011100 | 1101 | 1000000 | 1010101 | 101111 |
Color Harmonies of #D0DD12
Complementary color
Monochromatic Colors of #D0DD12
Black with #D0DD12
Text Example
Text Example
White with #D0DD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD12; }
p { color: rgb(208,221,18); }
H1.HeaderClassName
{
color: #D0DD12;
}
.AnyTagClassName
{
color: #D0DD12;
}
</style>
background-color css
<style>
a { background-color: #D0DD12; }
a { background-color: rgb(208,221,18); }
div.DivClassName
{
background-color: #D0DD12;
}
.BgClassName
{
background-color: #D0DD12;
}
</style>
border-color css
<style>
span { border-color: #D0DD12; }
span { border-color: rgb(208,221,18); }
td.TdClassName
{
border-color: #D0DD12;
}
.TagClassName
{
border-color: #D0DD12;
}
</style>