Shades of Barberry #D9CB19
Tints of Barberry #D9CB19
RGB
CMYK
RGB Variations
Color information
#D9CB19 (or 0xD9CB19) is known color: Barberry. HEX triplet: D9, CB and 19. RGB value is (217,203,25). Sum of RGB (Red+Green+Blue) = 217+203+25=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 25 (10.16% from 255 or 5.62% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CB19 is #2634E6. Grayscale: #BBBBBB. Windows color (decimal): -2503911 or 1690585. OLE color: 1690585.
HSL color Cylindrical-coordinate representation of color #D9CB19: hue angle of 55.62º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9CB19 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 25 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.15 |
| HSL | 55.63º | 0.79% | 0.47% | - |
| HSV(B) | 55.63º | 0.88% | 0.85% | - |
| XYZ | 50.15 | 57.53 | 9.38 | - |
| YUV | 186.89 | 36.64 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 25 | 0 | 0.06 | 0.88 | 0.15 | 55.63 | 0.79 | 0.47 |
| Hex | D9 | CB | 19 | 0 | 6 | 58 | F | 38 | 4F | 2F |
| Octal | 331 | 313 | 31 | 0 | 6 | 130 | 17 | 70 | 117 | 57 |
| Binary | 11011001 | 11001011 | 11001 | 0 | 110 | 1011000 | 1111 | 111000 | 1001111 | 101111 |
Color Harmonies of #D9CB19
Complementary color
Monochromatic Colors of #D9CB19
Black with #D9CB19
Text Example
Text Example
White with #D9CB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB19; }
p { color: rgb(217,203,25); }
H1.HeaderClassName
{
color: #D9CB19;
}
.AnyTagClassName
{
color: #D9CB19;
}
</style>
background-color css
<style>
a { background-color: #D9CB19; }
a { background-color: rgb(217,203,25); }
div.DivClassName
{
background-color: #D9CB19;
}
.BgClassName
{
background-color: #D9CB19;
}
</style>
border-color css
<style>
span { border-color: #D9CB19; }
span { border-color: rgb(217,203,25); }
td.TdClassName
{
border-color: #D9CB19;
}
.TagClassName
{
border-color: #D9CB19;
}
</style>