Shades of Barberry #D1CA28
Tints of Barberry #D1CA28
RGB
CMYK
RGB Variations
Color information
#D1CA28 (or 0xD1CA28) is known color: Barberry. HEX triplet: D1, CA and 28. RGB value is (209,202,40). Sum of RGB (Red+Green+Blue) = 209+202+40=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 40 (16.02% from 255 or 8.87% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CA28 is #2E35D7. Grayscale: #BABABA. Windows color (decimal): -3028440 or 2673361. OLE color: 2673361.
HSL color Cylindrical-coordinate representation of color #D1CA28: hue angle of 57.51º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1CA28 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 202 | 40 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.18 |
| HSL | 57.51º | 0.68% | 0.49% | - |
| HSV(B) | 57.51º | 0.81% | 0.82% | - |
| XYZ | 47.8 | 55.95 | 10.29 | - |
| YUV | 185.63 | 45.82 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 202 | 40 | 0 | 0.03 | 0.81 | 0.18 | 57.51 | 0.68 | 0.49 |
| Hex | D1 | CA | 28 | 0 | 3 | 51 | 12 | 3A | 44 | 31 |
| Octal | 321 | 312 | 50 | 0 | 3 | 121 | 22 | 72 | 104 | 61 |
| Binary | 11010001 | 11001010 | 101000 | 0 | 11 | 1010001 | 10010 | 111010 | 1000100 | 110001 |
Color Harmonies of #D1CA28
Complementary color
Monochromatic Colors of #D1CA28
Black with #D1CA28
Text Example
Text Example
White with #D1CA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CA28; }
p { color: rgb(209,202,40); }
H1.HeaderClassName
{
color: #D1CA28;
}
.AnyTagClassName
{
color: #D1CA28;
}
</style>
background-color css
<style>
a { background-color: #D1CA28; }
a { background-color: rgb(209,202,40); }
div.DivClassName
{
background-color: #D1CA28;
}
.BgClassName
{
background-color: #D1CA28;
}
</style>
border-color css
<style>
span { border-color: #D1CA28; }
span { border-color: rgb(209,202,40); }
td.TdClassName
{
border-color: #D1CA28;
}
.TagClassName
{
border-color: #D1CA28;
}
</style>