Shades of Barberry #D1CA1E
Tints of Barberry #D1CA1E
RGB
CMYK
RGB Variations
Color information
#D1CA1E (or 0xD1CA1E) is known color: Barberry. HEX triplet: D1, CA and 1E. RGB value is (209,202,30). Sum of RGB (Red+Green+Blue) = 209+202+30=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 30 (12.11% from 255 or 6.80% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CA1E is #2E35E1. Grayscale: #B9B9B9. Windows color (decimal): -3028450 or 2018001. OLE color: 2018001.
HSL color Cylindrical-coordinate representation of color #D1CA1E: hue angle of 57.65º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1CA1E is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 202 | 30 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.18 |
| HSL | 57.65º | 0.75% | 0.47% | - |
| HSV(B) | 57.65º | 0.86% | 0.82% | - |
| XYZ | 47.65 | 55.89 | 9.5 | - |
| YUV | 184.49 | 40.82 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 202 | 30 | 0 | 0.03 | 0.86 | 0.18 | 57.65 | 0.75 | 0.47 |
| Hex | D1 | CA | 1E | 0 | 3 | 56 | 12 | 3A | 4B | 2F |
| Octal | 321 | 312 | 36 | 0 | 3 | 126 | 22 | 72 | 113 | 57 |
| Binary | 11010001 | 11001010 | 11110 | 0 | 11 | 1010110 | 10010 | 111010 | 1001011 | 101111 |
Color Harmonies of #D1CA1E
Complementary color
Monochromatic Colors of #D1CA1E
Black with #D1CA1E
Text Example
Text Example
White with #D1CA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CA1E; }
p { color: rgb(209,202,30); }
H1.HeaderClassName
{
color: #D1CA1E;
}
.AnyTagClassName
{
color: #D1CA1E;
}
</style>
background-color css
<style>
a { background-color: #D1CA1E; }
a { background-color: rgb(209,202,30); }
div.DivClassName
{
background-color: #D1CA1E;
}
.BgClassName
{
background-color: #D1CA1E;
}
</style>
border-color css
<style>
span { border-color: #D1CA1E; }
span { border-color: rgb(209,202,30); }
td.TdClassName
{
border-color: #D1CA1E;
}
.TagClassName
{
border-color: #D1CA1E;
}
</style>