Shades of Barberry #D2D319
Tints of Barberry #D2D319
RGB
CMYK
RGB Variations
Color information
#D2D319 (or 0xD2D319) is known color: Barberry. HEX triplet: D2, D3 and 19. RGB value is (210,211,25). Sum of RGB (Red+Green+Blue) = 210+211+25=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 25 (10.16% from 255 or 5.61% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D319 is #2D2CE6. Grayscale: #BEBEBE. Windows color (decimal): -2960615 or 1692626. OLE color: 1692626.
HSL color Cylindrical-coordinate representation of color #D2D319: hue angle of 60.32º 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 #D2D319 is Cyan = 0.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 211 | 25 | - |
| CMYK | 0.00 | 0 | 0.88 | 0.17 |
| HSL | 60.32º | 0.79% | 0.46% | - |
| HSV(B) | 60.32º | 0.88% | 0.83% | - |
| XYZ | 50.05 | 60.36 | 9.93 | - |
| YUV | 189.5 | 35.17 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 25 | 0.00 | 0 | 0.88 | 0.17 | 60.32 | 0.79 | 0.46 |
| Hex | D2 | D3 | 19 | 0 | 0 | 58 | 11 | 3C | 4F | 2E |
| Octal | 322 | 323 | 31 | 0 | 0 | 130 | 21 | 74 | 117 | 56 |
| Binary | 11010010 | 11010011 | 11001 | 0 | 0 | 1011000 | 10001 | 111100 | 1001111 | 101110 |
Color Harmonies of #D2D319
Complementary color
Monochromatic Colors of #D2D319
Black with #D2D319
Text Example
Text Example
White with #D2D319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D319; }
p { color: rgb(210,211,25); }
H1.HeaderClassName
{
color: #D2D319;
}
.AnyTagClassName
{
color: #D2D319;
}
</style>
background-color css
<style>
a { background-color: #D2D319; }
a { background-color: rgb(210,211,25); }
div.DivClassName
{
background-color: #D2D319;
}
.BgClassName
{
background-color: #D2D319;
}
</style>
border-color css
<style>
span { border-color: #D2D319; }
span { border-color: rgb(210,211,25); }
td.TdClassName
{
border-color: #D2D319;
}
.TagClassName
{
border-color: #D2D319;
}
</style>