Shades of Barberry #D5CF19
Tints of Barberry #D5CF19
RGB
CMYK
RGB Variations
Color information
#D5CF19 (or 0xD5CF19) is known color: Barberry. HEX triplet: D5, CF and 19. RGB value is (213,207,25). Sum of RGB (Red+Green+Blue) = 213+207+25=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 25 (10.16% from 255 or 5.62% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CF19 is #2A30E6. Grayscale: #BCBCBC. Windows color (decimal): -2765031 or 1691605. OLE color: 1691605.
HSL color Cylindrical-coordinate representation of color #D5CF19: hue angle of 58.09º 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 #D5CF19 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 25 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.16 |
| HSL | 58.09º | 0.79% | 0.47% | - |
| HSV(B) | 58.09º | 0.88% | 0.84% | - |
| XYZ | 49.93 | 58.84 | 9.65 | - |
| YUV | 188.05 | 35.99 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 25 | 0 | 0.03 | 0.88 | 0.16 | 58.09 | 0.79 | 0.47 |
| Hex | D5 | CF | 19 | 0 | 3 | 58 | 10 | 3A | 4F | 2F |
| Octal | 325 | 317 | 31 | 0 | 3 | 130 | 20 | 72 | 117 | 57 |
| Binary | 11010101 | 11001111 | 11001 | 0 | 11 | 1011000 | 10000 | 111010 | 1001111 | 101111 |
Color Harmonies of #D5CF19
Complementary color
Monochromatic Colors of #D5CF19
Black with #D5CF19
Text Example
Text Example
White with #D5CF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF19; }
p { color: rgb(213,207,25); }
H1.HeaderClassName
{
color: #D5CF19;
}
.AnyTagClassName
{
color: #D5CF19;
}
</style>
background-color css
<style>
a { background-color: #D5CF19; }
a { background-color: rgb(213,207,25); }
div.DivClassName
{
background-color: #D5CF19;
}
.BgClassName
{
background-color: #D5CF19;
}
</style>
border-color css
<style>
span { border-color: #D5CF19; }
span { border-color: rgb(213,207,25); }
td.TdClassName
{
border-color: #D5CF19;
}
.TagClassName
{
border-color: #D5CF19;
}
</style>