Shades of Barberry #D4CF21
Tints of Barberry #D4CF21
RGB
CMYK
RGB Variations
Color information
#D4CF21 (or 0xD4CF21) is known color: Barberry. HEX triplet: D4, CF and 21. RGB value is (212,207,33). Sum of RGB (Red+Green+Blue) = 212+207+33=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CF21 is #2B30DE. Grayscale: #BDBDBD. Windows color (decimal): -2830559 or 2215892. OLE color: 2215892.
HSL color Cylindrical-coordinate representation of color #D4CF21: hue angle of 58.32º 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 #D4CF21 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 207 | 33 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.17 |
| HSL | 58.32º | 0.73% | 0.48% | - |
| HSV(B) | 58.32º | 0.84% | 0.83% | - |
| XYZ | 49.74 | 58.73 | 10.15 | - |
| YUV | 188.66 | 40.16 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 33 | 0 | 0.02 | 0.84 | 0.17 | 58.32 | 0.73 | 0.48 |
| Hex | D4 | CF | 21 | 0 | 2 | 54 | 11 | 3A | 49 | 30 |
| Octal | 324 | 317 | 41 | 0 | 2 | 124 | 21 | 72 | 111 | 60 |
| Binary | 11010100 | 11001111 | 100001 | 0 | 10 | 1010100 | 10001 | 111010 | 1001001 | 110000 |
Color Harmonies of #D4CF21
Complementary color
Monochromatic Colors of #D4CF21
Black with #D4CF21
Text Example
Text Example
White with #D4CF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CF21; }
p { color: rgb(212,207,33); }
H1.HeaderClassName
{
color: #D4CF21;
}
.AnyTagClassName
{
color: #D4CF21;
}
</style>
background-color css
<style>
a { background-color: #D4CF21; }
a { background-color: rgb(212,207,33); }
div.DivClassName
{
background-color: #D4CF21;
}
.BgClassName
{
background-color: #D4CF21;
}
</style>
border-color css
<style>
span { border-color: #D4CF21; }
span { border-color: rgb(212,207,33); }
td.TdClassName
{
border-color: #D4CF21;
}
.TagClassName
{
border-color: #D4CF21;
}
</style>