Shades of Barberry #D9CB15
Tints of Barberry #D9CB15
RGB
CMYK
RGB Variations
Color information
#D9CB15 (or 0xD9CB15) is known color: Barberry. HEX triplet: D9, CB and 15. RGB value is (217,203,21). Sum of RGB (Red+Green+Blue) = 217+203+21=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CB15 is #2634EA. Grayscale: #BBBBBB. Windows color (decimal): -2503915 or 1428441. OLE color: 1428441.
HSL color Cylindrical-coordinate representation of color #D9CB15: hue angle of 55.71º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9CB15 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 21 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.15 |
| HSL | 55.71º | 0.82% | 0.47% | - |
| HSV(B) | 55.71º | 0.9% | 0.85% | - |
| XYZ | 50.11 | 57.52 | 9.17 | - |
| YUV | 186.44 | 34.64 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 21 | 0 | 0.06 | 0.90 | 0.15 | 55.71 | 0.82 | 0.47 |
| Hex | D9 | CB | 15 | 0 | 6 | 5A | F | 38 | 52 | 2F |
| Octal | 331 | 313 | 25 | 0 | 6 | 132 | 17 | 70 | 122 | 57 |
| Binary | 11011001 | 11001011 | 10101 | 0 | 110 | 1011010 | 1111 | 111000 | 1010010 | 101111 |
Color Harmonies of #D9CB15
Complementary color
Monochromatic Colors of #D9CB15
Black with #D9CB15
Text Example
Text Example
White with #D9CB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB15; }
p { color: rgb(217,203,21); }
H1.HeaderClassName
{
color: #D9CB15;
}
.AnyTagClassName
{
color: #D9CB15;
}
</style>
background-color css
<style>
a { background-color: #D9CB15; }
a { background-color: rgb(217,203,21); }
div.DivClassName
{
background-color: #D9CB15;
}
.BgClassName
{
background-color: #D9CB15;
}
</style>
border-color css
<style>
span { border-color: #D9CB15; }
span { border-color: rgb(217,203,21); }
td.TdClassName
{
border-color: #D9CB15;
}
.TagClassName
{
border-color: #D9CB15;
}
</style>