Shades of Barberry #D1CA1A
Tints of Barberry #D1CA1A
RGB
CMYK
RGB Variations
Color information
#D1CA1A (or 0xD1CA1A) is known color: Barberry. HEX triplet: D1, CA and 1A. RGB value is (209,202,26). Sum of RGB (Red+Green+Blue) = 209+202+26=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 26 (10.55% from 255 or 5.95% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CA1A is #2E35E5. Grayscale: #B8B8B8. Windows color (decimal): -3028454 or 1755857. OLE color: 1755857.
HSL color Cylindrical-coordinate representation of color #D1CA1A: hue angle of 57.7º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1CA1A is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 202 | 26 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.18 |
| HSL | 57.7º | 0.78% | 0.46% | - |
| HSV(B) | 57.7º | 0.88% | 0.82% | - |
| XYZ | 47.6 | 55.87 | 9.25 | - |
| YUV | 184.03 | 38.82 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 202 | 26 | 0 | 0.03 | 0.88 | 0.18 | 57.7 | 0.78 | 0.46 |
| Hex | D1 | CA | 1A | 0 | 3 | 58 | 12 | 3A | 4E | 2E |
| Octal | 321 | 312 | 32 | 0 | 3 | 130 | 22 | 72 | 116 | 56 |
| Binary | 11010001 | 11001010 | 11010 | 0 | 11 | 1011000 | 10010 | 111010 | 1001110 | 101110 |
Color Harmonies of #D1CA1A
Complementary color
Monochromatic Colors of #D1CA1A
Black with #D1CA1A
Text Example
Text Example
White with #D1CA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CA1A; }
p { color: rgb(209,202,26); }
H1.HeaderClassName
{
color: #D1CA1A;
}
.AnyTagClassName
{
color: #D1CA1A;
}
</style>
background-color css
<style>
a { background-color: #D1CA1A; }
a { background-color: rgb(209,202,26); }
div.DivClassName
{
background-color: #D1CA1A;
}
.BgClassName
{
background-color: #D1CA1A;
}
</style>
border-color css
<style>
span { border-color: #D1CA1A; }
span { border-color: rgb(209,202,26); }
td.TdClassName
{
border-color: #D1CA1A;
}
.TagClassName
{
border-color: #D1CA1A;
}
</style>