Shades of Barberry #D2D019
Tints of Barberry #D2D019
RGB
CMYK
RGB Variations
Color information
#D2D019 (or 0xD2D019) is known color: Barberry. HEX triplet: D2, D0 and 19. RGB value is (210,208,25). Sum of RGB (Red+Green+Blue) = 210+208+25=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 25 (10.16% from 255 or 5.64% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D019 is #2D2FE6. Grayscale: #BCBCBC. Windows color (decimal): -2961383 or 1691858. OLE color: 1691858.
HSL color Cylindrical-coordinate representation of color #D2D019: hue angle of 59.35º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2D019 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 208 | 25 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.18 |
| HSL | 59.35º | 0.79% | 0.46% | - |
| HSV(B) | 59.35º | 0.88% | 0.82% | - |
| XYZ | 49.31 | 58.88 | 9.69 | - |
| YUV | 187.74 | 36.16 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 208 | 25 | 0 | 0.01 | 0.88 | 0.18 | 59.35 | 0.79 | 0.46 |
| Hex | D2 | D0 | 19 | 0 | 1 | 58 | 12 | 3B | 4F | 2E |
| Octal | 322 | 320 | 31 | 0 | 1 | 130 | 22 | 73 | 117 | 56 |
| Binary | 11010010 | 11010000 | 11001 | 0 | 1 | 1011000 | 10010 | 111011 | 1001111 | 101110 |
Color Harmonies of #D2D019
Complementary color
Monochromatic Colors of #D2D019
Black with #D2D019
Text Example
Text Example
White with #D2D019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D019; }
p { color: rgb(210,208,25); }
H1.HeaderClassName
{
color: #D2D019;
}
.AnyTagClassName
{
color: #D2D019;
}
</style>
background-color css
<style>
a { background-color: #D2D019; }
a { background-color: rgb(210,208,25); }
div.DivClassName
{
background-color: #D2D019;
}
.BgClassName
{
background-color: #D2D019;
}
</style>
border-color css
<style>
span { border-color: #D2D019; }
span { border-color: rgb(210,208,25); }
td.TdClassName
{
border-color: #D2D019;
}
.TagClassName
{
border-color: #D2D019;
}
</style>