Shades of Barberry #D3D121
Tints of Barberry #D3D121
RGB
CMYK
RGB Variations
Color information
#D3D121 (or 0xD3D121) is known color: Barberry. HEX triplet: D3, D1 and 21. RGB value is (211,209,33). Sum of RGB (Red+Green+Blue) = 211+209+33=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 33 (13.28% from 255 or 7.28% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D121 is #2C2EDE. Grayscale: #BEBEBE. Windows color (decimal): -2895583 or 2216403. OLE color: 2216403.
HSL color Cylindrical-coordinate representation of color #D3D121: hue angle of 59.33º 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 #D3D121 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 209 | 33 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.17 |
| HSL | 59.33º | 0.73% | 0.48% | - |
| HSV(B) | 59.33º | 0.84% | 0.83% | - |
| XYZ | 49.94 | 59.56 | 10.3 | - |
| YUV | 189.53 | 39.66 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 209 | 33 | 0 | 0.01 | 0.84 | 0.17 | 59.33 | 0.73 | 0.48 |
| Hex | D3 | D1 | 21 | 0 | 1 | 54 | 11 | 3B | 49 | 30 |
| Octal | 323 | 321 | 41 | 0 | 1 | 124 | 21 | 73 | 111 | 60 |
| Binary | 11010011 | 11010001 | 100001 | 0 | 1 | 1010100 | 10001 | 111011 | 1001001 | 110000 |
Color Harmonies of #D3D121
Complementary color
Monochromatic Colors of #D3D121
Black with #D3D121
Text Example
Text Example
White with #D3D121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D121; }
p { color: rgb(211,209,33); }
H1.HeaderClassName
{
color: #D3D121;
}
.AnyTagClassName
{
color: #D3D121;
}
</style>
background-color css
<style>
a { background-color: #D3D121; }
a { background-color: rgb(211,209,33); }
div.DivClassName
{
background-color: #D3D121;
}
.BgClassName
{
background-color: #D3D121;
}
</style>
border-color css
<style>
span { border-color: #D3D121; }
span { border-color: rgb(211,209,33); }
td.TdClassName
{
border-color: #D3D121;
}
.TagClassName
{
border-color: #D3D121;
}
</style>