Shades of Barberry #D0D312
Tints of Barberry #D0D312
RGB
CMYK
RGB Variations
Color information
#D0D312 (or 0xD0D312) is known color: Barberry. HEX triplet: D0, D3 and 12. RGB value is (208,211,18). Sum of RGB (Red+Green+Blue) = 208+211+18=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D312 is #2F2CED. Grayscale: #BCBCBC. Windows color (decimal): -3091694 or 1233872. OLE color: 1233872.
HSL color Cylindrical-coordinate representation of color #D0D312: hue angle of 60.93º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0D312 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 211 | 18 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.17 |
| HSL | 60.93º | 0.84% | 0.45% | - |
| HSV(B) | 60.93º | 0.91% | 0.83% | - |
| XYZ | 49.42 | 60.04 | 9.56 | - |
| YUV | 188.1 | 32.01 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 18 | 0.01 | 0 | 0.91 | 0.17 | 60.93 | 0.84 | 0.45 |
| Hex | D0 | D3 | 12 | 1 | 0 | 5B | 11 | 3D | 54 | 2D |
| Octal | 320 | 323 | 22 | 1 | 0 | 133 | 21 | 75 | 124 | 55 |
| Binary | 11010000 | 11010011 | 10010 | 1 | 0 | 1011011 | 10001 | 111101 | 1010100 | 101101 |
Color Harmonies of #D0D312
Complementary color
Monochromatic Colors of #D0D312
Black with #D0D312
Text Example
Text Example
White with #D0D312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D312; }
p { color: rgb(208,211,18); }
H1.HeaderClassName
{
color: #D0D312;
}
.AnyTagClassName
{
color: #D0D312;
}
</style>
background-color css
<style>
a { background-color: #D0D312; }
a { background-color: rgb(208,211,18); }
div.DivClassName
{
background-color: #D0D312;
}
.BgClassName
{
background-color: #D0D312;
}
</style>
border-color css
<style>
span { border-color: #D0D312; }
span { border-color: rgb(208,211,18); }
td.TdClassName
{
border-color: #D0D312;
}
.TagClassName
{
border-color: #D0D312;
}
</style>