Shades of Barberry #D3D021
Tints of Barberry #D3D021
RGB
CMYK
RGB Variations
Color information
#D3D021 (or 0xD3D021) is known color: Barberry. HEX triplet: D3, D0 and 21. RGB value is (211,208,33). Sum of RGB (Red+Green+Blue) = 211+208+33=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D021 is #2C2FDE. Grayscale: #BDBDBD. Windows color (decimal): -2895839 or 2216147. OLE color: 2216147.
HSL color Cylindrical-coordinate representation of color #D3D021: hue angle of 58.99º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3D021 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 208 | 33 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.17 |
| HSL | 58.99º | 0.73% | 0.48% | - |
| HSV(B) | 58.99º | 0.84% | 0.83% | - |
| XYZ | 49.69 | 59.07 | 10.22 | - |
| YUV | 188.95 | 39.99 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 208 | 33 | 0 | 0.01 | 0.84 | 0.17 | 58.99 | 0.73 | 0.48 |
| Hex | D3 | D0 | 21 | 0 | 1 | 54 | 11 | 3B | 49 | 30 |
| Octal | 323 | 320 | 41 | 0 | 1 | 124 | 21 | 73 | 111 | 60 |
| Binary | 11010011 | 11010000 | 100001 | 0 | 1 | 1010100 | 10001 | 111011 | 1001001 | 110000 |
Color Harmonies of #D3D021
Complementary color
Monochromatic Colors of #D3D021
Black with #D3D021
Text Example
Text Example
White with #D3D021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D021; }
p { color: rgb(211,208,33); }
H1.HeaderClassName
{
color: #D3D021;
}
.AnyTagClassName
{
color: #D3D021;
}
</style>
background-color css
<style>
a { background-color: #D3D021; }
a { background-color: rgb(211,208,33); }
div.DivClassName
{
background-color: #D3D021;
}
.BgClassName
{
background-color: #D3D021;
}
</style>
border-color css
<style>
span { border-color: #D3D021; }
span { border-color: rgb(211,208,33); }
td.TdClassName
{
border-color: #D3D021;
}
.TagClassName
{
border-color: #D3D021;
}
</style>