Shades of Barberry #D3D21C
Tints of Barberry #D3D21C
RGB
CMYK
RGB Variations
Color information
#D3D21C (or 0xD3D21C) is known color: Barberry. HEX triplet: D3, D2 and 1C. RGB value is (211,210,28). Sum of RGB (Red+Green+Blue) = 211+210+28=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 28 (11.33% from 255 or 6.24% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D21C is #2C2DE3. Grayscale: #BEBEBE. Windows color (decimal): -2895332 or 1888979. OLE color: 1888979.
HSL color Cylindrical-coordinate representation of color #D3D21C: hue angle of 59.67º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3D21C is Cyan = 0, Magento = 0.00, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 210 | 28 | - |
| CMYK | 0 | 0.00 | 0.87 | 0.17 |
| HSL | 59.67º | 0.77% | 0.47% | - |
| HSV(B) | 59.67º | 0.87% | 0.83% | - |
| XYZ | 50.12 | 60.03 | 10.04 | - |
| YUV | 189.55 | 36.83 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 210 | 28 | 0 | 0.00 | 0.87 | 0.17 | 59.67 | 0.77 | 0.47 |
| Hex | D3 | D2 | 1C | 0 | 0 | 57 | 11 | 3C | 4D | 2F |
| Octal | 323 | 322 | 34 | 0 | 0 | 127 | 21 | 74 | 115 | 57 |
| Binary | 11010011 | 11010010 | 11100 | 0 | 0 | 1010111 | 10001 | 111100 | 1001101 | 101111 |
Color Harmonies of #D3D21C
Complementary color
Monochromatic Colors of #D3D21C
Black with #D3D21C
Text Example
Text Example
White with #D3D21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D21C; }
p { color: rgb(211,210,28); }
H1.HeaderClassName
{
color: #D3D21C;
}
.AnyTagClassName
{
color: #D3D21C;
}
</style>
background-color css
<style>
a { background-color: #D3D21C; }
a { background-color: rgb(211,210,28); }
div.DivClassName
{
background-color: #D3D21C;
}
.BgClassName
{
background-color: #D3D21C;
}
</style>
border-color css
<style>
span { border-color: #D3D21C; }
span { border-color: rgb(211,210,28); }
td.TdClassName
{
border-color: #D3D21C;
}
.TagClassName
{
border-color: #D3D21C;
}
</style>