Shades of Barberry #D0D319
Tints of Barberry #D0D319
RGB
CMYK
RGB Variations
Color information
#D0D319 (or 0xD0D319) is known color: Barberry. HEX triplet: D0, D3 and 19. RGB value is (208,211,25). Sum of RGB (Red+Green+Blue) = 208+211+25=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 25 (10.16% from 255 or 5.63% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D319 is #2F2CE6. Grayscale: #BDBDBD. Windows color (decimal): -3091687 or 1692624. OLE color: 1692624.
HSL color Cylindrical-coordinate representation of color #D0D319: hue angle of 60.97º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0D319 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 211 | 25 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.17 |
| HSL | 60.97º | 0.79% | 0.46% | - |
| HSV(B) | 60.97º | 0.88% | 0.83% | - |
| XYZ | 49.48 | 60.07 | 9.91 | - |
| YUV | 188.9 | 35.51 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 25 | 0.01 | 0 | 0.88 | 0.17 | 60.97 | 0.79 | 0.46 |
| Hex | D0 | D3 | 19 | 1 | 0 | 58 | 11 | 3D | 4F | 2E |
| Octal | 320 | 323 | 31 | 1 | 0 | 130 | 21 | 75 | 117 | 56 |
| Binary | 11010000 | 11010011 | 11001 | 1 | 0 | 1011000 | 10001 | 111101 | 1001111 | 101110 |
Color Harmonies of #D0D319
Complementary color
Monochromatic Colors of #D0D319
Black with #D0D319
Text Example
Text Example
White with #D0D319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D319; }
p { color: rgb(208,211,25); }
H1.HeaderClassName
{
color: #D0D319;
}
.AnyTagClassName
{
color: #D0D319;
}
</style>
background-color css
<style>
a { background-color: #D0D319; }
a { background-color: rgb(208,211,25); }
div.DivClassName
{
background-color: #D0D319;
}
.BgClassName
{
background-color: #D0D319;
}
</style>
border-color css
<style>
span { border-color: #D0D319; }
span { border-color: rgb(208,211,25); }
td.TdClassName
{
border-color: #D0D319;
}
.TagClassName
{
border-color: #D0D319;
}
</style>