Shades of Barberry #D5CB19
Tints of Barberry #D5CB19
RGB
CMYK
RGB Variations
Color information
#D5CB19 (or 0xD5CB19) is known color: Barberry. HEX triplet: D5, CB and 19. RGB value is (213,203,25). Sum of RGB (Red+Green+Blue) = 213+203+25=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CB19 is #2A34E6. Grayscale: #BABABA. Windows color (decimal): -2766055 or 1690581. OLE color: 1690581.
HSL color Cylindrical-coordinate representation of color #D5CB19: hue angle of 56.81º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5CB19 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 25 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.16 |
| HSL | 56.81º | 0.79% | 0.47% | - |
| HSV(B) | 56.81º | 0.88% | 0.84% | - |
| XYZ | 48.97 | 56.93 | 9.33 | - |
| YUV | 185.7 | 37.31 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 25 | 0 | 0.05 | 0.88 | 0.16 | 56.81 | 0.79 | 0.47 |
| Hex | D5 | CB | 19 | 0 | 5 | 58 | 10 | 39 | 4F | 2F |
| Octal | 325 | 313 | 31 | 0 | 5 | 130 | 20 | 71 | 117 | 57 |
| Binary | 11010101 | 11001011 | 11001 | 0 | 101 | 1011000 | 10000 | 111001 | 1001111 | 101111 |
Color Harmonies of #D5CB19
Complementary color
Monochromatic Colors of #D5CB19
Black with #D5CB19
Text Example
Text Example
White with #D5CB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB19; }
p { color: rgb(213,203,25); }
H1.HeaderClassName
{
color: #D5CB19;
}
.AnyTagClassName
{
color: #D5CB19;
}
</style>
background-color css
<style>
a { background-color: #D5CB19; }
a { background-color: rgb(213,203,25); }
div.DivClassName
{
background-color: #D5CB19;
}
.BgClassName
{
background-color: #D5CB19;
}
</style>
border-color css
<style>
span { border-color: #D5CB19; }
span { border-color: rgb(213,203,25); }
td.TdClassName
{
border-color: #D5CB19;
}
.TagClassName
{
border-color: #D5CB19;
}
</style>