Shades of Barberry #D4CA21
Tints of Barberry #D4CA21
RGB
CMYK
RGB Variations
Color information
#D4CA21 (or 0xD4CA21) is known color: Barberry. HEX triplet: D4, CA and 21. RGB value is (212,202,33). Sum of RGB (Red+Green+Blue) = 212+202+33=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CA21 is #2B35DE. Grayscale: #BABABA. Windows color (decimal): -2831839 or 2214612. OLE color: 2214612.
HSL color Cylindrical-coordinate representation of color #D4CA21: hue angle of 56.65º 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 #D4CA21 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 33 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.17 |
| HSL | 56.65º | 0.73% | 0.48% | - |
| HSV(B) | 56.65º | 0.84% | 0.83% | - |
| XYZ | 48.55 | 56.35 | 9.76 | - |
| YUV | 185.72 | 41.81 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 33 | 0 | 0.05 | 0.84 | 0.17 | 56.65 | 0.73 | 0.48 |
| Hex | D4 | CA | 21 | 0 | 5 | 54 | 11 | 39 | 49 | 30 |
| Octal | 324 | 312 | 41 | 0 | 5 | 124 | 21 | 71 | 111 | 60 |
| Binary | 11010100 | 11001010 | 100001 | 0 | 101 | 1010100 | 10001 | 111001 | 1001001 | 110000 |
Color Harmonies of #D4CA21
Complementary color
Monochromatic Colors of #D4CA21
Black with #D4CA21
Text Example
Text Example
White with #D4CA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CA21; }
p { color: rgb(212,202,33); }
H1.HeaderClassName
{
color: #D4CA21;
}
.AnyTagClassName
{
color: #D4CA21;
}
</style>
background-color css
<style>
a { background-color: #D4CA21; }
a { background-color: rgb(212,202,33); }
div.DivClassName
{
background-color: #D4CA21;
}
.BgClassName
{
background-color: #D4CA21;
}
</style>
border-color css
<style>
span { border-color: #D4CA21; }
span { border-color: rgb(212,202,33); }
td.TdClassName
{
border-color: #D4CA21;
}
.TagClassName
{
border-color: #D4CA21;
}
</style>