Shades of Barberry #D1CA26
Tints of Barberry #D1CA26
RGB
CMYK
RGB Variations
Color information
#D1CA26 (or 0xD1CA26) is known color: Barberry. HEX triplet: D1, CA and 26. RGB value is (209,202,38). Sum of RGB (Red+Green+Blue) = 209+202+38=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 38 (15.23% from 255 or 8.46% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CA26 is #2E35D9. Grayscale: #BABABA. Windows color (decimal): -3028442 or 2542289. OLE color: 2542289.
HSL color Cylindrical-coordinate representation of color #D1CA26: hue angle of 57.54º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1CA26 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 202 | 38 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.18 |
| HSL | 57.54º | 0.69% | 0.48% | - |
| HSV(B) | 57.54º | 0.82% | 0.82% | - |
| XYZ | 47.76 | 55.94 | 10.11 | - |
| YUV | 185.4 | 44.82 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 202 | 38 | 0 | 0.03 | 0.82 | 0.18 | 57.54 | 0.69 | 0.48 |
| Hex | D1 | CA | 26 | 0 | 3 | 52 | 12 | 3A | 45 | 30 |
| Octal | 321 | 312 | 46 | 0 | 3 | 122 | 22 | 72 | 105 | 60 |
| Binary | 11010001 | 11001010 | 100110 | 0 | 11 | 1010010 | 10010 | 111010 | 1000101 | 110000 |
Color Harmonies of #D1CA26
Complementary color
Monochromatic Colors of #D1CA26
Black with #D1CA26
Text Example
Text Example
White with #D1CA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CA26; }
p { color: rgb(209,202,38); }
H1.HeaderClassName
{
color: #D1CA26;
}
.AnyTagClassName
{
color: #D1CA26;
}
</style>
background-color css
<style>
a { background-color: #D1CA26; }
a { background-color: rgb(209,202,38); }
div.DivClassName
{
background-color: #D1CA26;
}
.BgClassName
{
background-color: #D1CA26;
}
</style>
border-color css
<style>
span { border-color: #D1CA26; }
span { border-color: rgb(209,202,38); }
td.TdClassName
{
border-color: #D1CA26;
}
.TagClassName
{
border-color: #D1CA26;
}
</style>