Shades of Barberry #D0D612
Tints of Barberry #D0D612
RGB
CMYK
RGB Variations
Color information
#D0D612 (or 0xD0D612) is known color: Barberry. HEX triplet: D0, D6 and 12. RGB value is (208,214,18). Sum of RGB (Red+Green+Blue) = 208+214+18=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 18 (7.42% from 255 or 4.09% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D612 is #2F29ED. Grayscale: #BEBEBE. Windows color (decimal): -3090926 or 1234640. OLE color: 1234640.
HSL color Cylindrical-coordinate representation of color #D0D612: hue angle of 61.84º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0D612 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 18 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.16 |
| HSL | 61.84º | 0.84% | 0.45% | - |
| HSV(B) | 61.84º | 0.92% | 0.84% | - |
| XYZ | 50.17 | 61.55 | 9.81 | - |
| YUV | 189.86 | 31.01 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 18 | 0.03 | 0 | 0.92 | 0.16 | 61.84 | 0.84 | 0.45 |
| Hex | D0 | D6 | 12 | 3 | 0 | 5C | 10 | 3E | 54 | 2D |
| Octal | 320 | 326 | 22 | 3 | 0 | 134 | 20 | 76 | 124 | 55 |
| Binary | 11010000 | 11010110 | 10010 | 11 | 0 | 1011100 | 10000 | 111110 | 1010100 | 101101 |
Color Harmonies of #D0D612
Complementary color
Monochromatic Colors of #D0D612
Black with #D0D612
Text Example
Text Example
White with #D0D612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D612; }
p { color: rgb(208,214,18); }
H1.HeaderClassName
{
color: #D0D612;
}
.AnyTagClassName
{
color: #D0D612;
}
</style>
background-color css
<style>
a { background-color: #D0D612; }
a { background-color: rgb(208,214,18); }
div.DivClassName
{
background-color: #D0D612;
}
.BgClassName
{
background-color: #D0D612;
}
</style>
border-color css
<style>
span { border-color: #D0D612; }
span { border-color: rgb(208,214,18); }
td.TdClassName
{
border-color: #D0D612;
}
.TagClassName
{
border-color: #D0D612;
}
</style>