Shades of Barberry #D1CA2D
Tints of Barberry #D1CA2D
RGB
CMYK
RGB Variations
Color information
#D1CA2D (or 0xD1CA2D) is known color: Barberry. HEX triplet: D1, CA and 2D. RGB value is (209,202,45). Sum of RGB (Red+Green+Blue) = 209+202+45=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CA2D is #2E35D2. Grayscale: #BABABA. Windows color (decimal): -3028435 or 3001041. OLE color: 3001041.
HSL color Cylindrical-coordinate representation of color #D1CA2D: hue angle of 57.44º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1CA2D is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 202 | 45 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.18 |
| HSL | 57.44º | 0.65% | 0.5% | - |
| HSV(B) | 57.44º | 0.78% | 0.82% | - |
| XYZ | 47.89 | 55.99 | 10.76 | - |
| YUV | 186.2 | 48.32 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 202 | 45 | 0 | 0.03 | 0.78 | 0.18 | 57.44 | 0.65 | 0.5 |
| Hex | D1 | CA | 2D | 0 | 3 | 4E | 12 | 39 | 41 | 32 |
| Octal | 321 | 312 | 55 | 0 | 3 | 116 | 22 | 71 | 101 | 62 |
| Binary | 11010001 | 11001010 | 101101 | 0 | 11 | 1001110 | 10010 | 111001 | 1000001 | 110010 |
Color Harmonies of #D1CA2D
Complementary color
Monochromatic Colors of #D1CA2D
Black with #D1CA2D
Text Example
Text Example
White with #D1CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CA2D; }
p { color: rgb(209,202,45); }
H1.HeaderClassName
{
color: #D1CA2D;
}
.AnyTagClassName
{
color: #D1CA2D;
}
</style>
background-color css
<style>
a { background-color: #D1CA2D; }
a { background-color: rgb(209,202,45); }
div.DivClassName
{
background-color: #D1CA2D;
}
.BgClassName
{
background-color: #D1CA2D;
}
</style>
border-color css
<style>
span { border-color: #D1CA2D; }
span { border-color: rgb(209,202,45); }
td.TdClassName
{
border-color: #D1CA2D;
}
.TagClassName
{
border-color: #D1CA2D;
}
</style>