Shades of Barberry #D4D715
Tints of Barberry #D4D715
RGB
CMYK
RGB Variations
Color information
#D4D715 (or 0xD4D715) is known color: Barberry. HEX triplet: D4, D7 and 15. RGB value is (212,215,21). Sum of RGB (Red+Green+Blue) = 212+215+21=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 21 (8.59% from 255 or 4.69% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D715 is #2B28EA. Grayscale: #C0C0C0. Windows color (decimal): -2828523 or 1431508. OLE color: 1431508.
HSL color Cylindrical-coordinate representation of color #D4D715: hue angle of 60.93º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4D715 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 215 | 21 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.16 |
| HSL | 60.93º | 0.82% | 0.46% | - |
| HSV(B) | 60.93º | 0.9% | 0.84% | - |
| XYZ | 51.59 | 62.65 | 10.08 | - |
| YUV | 191.99 | 31.51 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 21 | 0.01 | 0 | 0.90 | 0.16 | 60.93 | 0.82 | 0.46 |
| Hex | D4 | D7 | 15 | 1 | 0 | 5A | 10 | 3D | 52 | 2E |
| Octal | 324 | 327 | 25 | 1 | 0 | 132 | 20 | 75 | 122 | 56 |
| Binary | 11010100 | 11010111 | 10101 | 1 | 0 | 1011010 | 10000 | 111101 | 1010010 | 101110 |
Color Harmonies of #D4D715
Complementary color
Monochromatic Colors of #D4D715
Black with #D4D715
Text Example
Text Example
White with #D4D715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D715; }
p { color: rgb(212,215,21); }
H1.HeaderClassName
{
color: #D4D715;
}
.AnyTagClassName
{
color: #D4D715;
}
</style>
background-color css
<style>
a { background-color: #D4D715; }
a { background-color: rgb(212,215,21); }
div.DivClassName
{
background-color: #D4D715;
}
.BgClassName
{
background-color: #D4D715;
}
</style>
border-color css
<style>
span { border-color: #D4D715; }
span { border-color: rgb(212,215,21); }
td.TdClassName
{
border-color: #D4D715;
}
.TagClassName
{
border-color: #D4D715;
}
</style>