Shades of Barberry #D0D21C
Tints of Barberry #D0D21C
RGB
CMYK
RGB Variations
Color information
#D0D21C (or 0xD0D21C) is known color: Barberry. HEX triplet: D0, D2 and 1C. RGB value is (208,210,28). Sum of RGB (Red+Green+Blue) = 208+210+28=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 28 (11.33% from 255 or 6.28% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D21C is #2F2DE3. Grayscale: #BDBDBD. Windows color (decimal): -3091940 or 1888976. OLE color: 1888976.
HSL color Cylindrical-coordinate representation of color #D0D21C: hue angle of 60.66º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0D21C is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 28 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.18 |
| HSL | 60.66º | 0.76% | 0.47% | - |
| HSV(B) | 60.66º | 0.87% | 0.82% | - |
| XYZ | 49.27 | 59.59 | 10 | - |
| YUV | 188.65 | 37.34 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 28 | 0.01 | 0 | 0.87 | 0.18 | 60.66 | 0.76 | 0.47 |
| Hex | D0 | D2 | 1C | 1 | 0 | 57 | 12 | 3D | 4C | 2F |
| Octal | 320 | 322 | 34 | 1 | 0 | 127 | 22 | 75 | 114 | 57 |
| Binary | 11010000 | 11010010 | 11100 | 1 | 0 | 1010111 | 10010 | 111101 | 1001100 | 101111 |
Color Harmonies of #D0D21C
Complementary color
Monochromatic Colors of #D0D21C
Black with #D0D21C
Text Example
Text Example
White with #D0D21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D21C; }
p { color: rgb(208,210,28); }
H1.HeaderClassName
{
color: #D0D21C;
}
.AnyTagClassName
{
color: #D0D21C;
}
</style>
background-color css
<style>
a { background-color: #D0D21C; }
a { background-color: rgb(208,210,28); }
div.DivClassName
{
background-color: #D0D21C;
}
.BgClassName
{
background-color: #D0D21C;
}
</style>
border-color css
<style>
span { border-color: #D0D21C; }
span { border-color: rgb(208,210,28); }
td.TdClassName
{
border-color: #D0D21C;
}
.TagClassName
{
border-color: #D0D21C;
}
</style>