Shades of Barberry #D4CA1D
Tints of Barberry #D4CA1D
RGB
CMYK
RGB Variations
Color information
#D4CA1D (or 0xD4CA1D) is known color: Barberry. HEX triplet: D4, CA and 1D. RGB value is (212,202,29). Sum of RGB (Red+Green+Blue) = 212+202+29=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CA1D is #2B35E2. Grayscale: #B9B9B9. Windows color (decimal): -2831843 or 1952468. OLE color: 1952468.
HSL color Cylindrical-coordinate representation of color #D4CA1D: hue angle of 56.72º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4CA1D is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 29 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.17 |
| HSL | 56.72º | 0.76% | 0.47% | - |
| HSV(B) | 56.72º | 0.86% | 0.83% | - |
| XYZ | 48.49 | 56.33 | 9.48 | - |
| YUV | 185.27 | 39.81 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 29 | 0 | 0.05 | 0.86 | 0.17 | 56.72 | 0.76 | 0.47 |
| Hex | D4 | CA | 1D | 0 | 5 | 56 | 11 | 39 | 4C | 2F |
| Octal | 324 | 312 | 35 | 0 | 5 | 126 | 21 | 71 | 114 | 57 |
| Binary | 11010100 | 11001010 | 11101 | 0 | 101 | 1010110 | 10001 | 111001 | 1001100 | 101111 |
Color Harmonies of #D4CA1D
Complementary color
Monochromatic Colors of #D4CA1D
Black with #D4CA1D
Text Example
Text Example
White with #D4CA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CA1D; }
p { color: rgb(212,202,29); }
H1.HeaderClassName
{
color: #D4CA1D;
}
.AnyTagClassName
{
color: #D4CA1D;
}
</style>
background-color css
<style>
a { background-color: #D4CA1D; }
a { background-color: rgb(212,202,29); }
div.DivClassName
{
background-color: #D4CA1D;
}
.BgClassName
{
background-color: #D4CA1D;
}
</style>
border-color css
<style>
span { border-color: #D4CA1D; }
span { border-color: rgb(212,202,29); }
td.TdClassName
{
border-color: #D4CA1D;
}
.TagClassName
{
border-color: #D4CA1D;
}
</style>