Shades of Barberry #D4D51B
Tints of Barberry #D4D51B
RGB
CMYK
RGB Variations
Color information
#D4D51B (or 0xD4D51B) is known color: Barberry. HEX triplet: D4, D5 and 1B. RGB value is (212,213,27). Sum of RGB (Red+Green+Blue) = 212+213+27=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 27 (10.94% from 255 or 5.97% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D51B is #2B2AE4. Grayscale: #C0C0C0. Windows color (decimal): -2829029 or 1824212. OLE color: 1824212.
HSL color Cylindrical-coordinate representation of color #D4D51B: hue angle of 60.32º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4D51B is Cyan = 0.00, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 213 | 27 | - |
| CMYK | 0.00 | 0 | 0.87 | 0.16 |
| HSL | 60.32º | 0.78% | 0.47% | - |
| HSV(B) | 60.32º | 0.87% | 0.84% | - |
| XYZ | 51.14 | 61.66 | 10.24 | - |
| YUV | 191.5 | 35.17 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 213 | 27 | 0.00 | 0 | 0.87 | 0.16 | 60.32 | 0.78 | 0.47 |
| Hex | D4 | D5 | 1B | 0 | 0 | 57 | 10 | 3C | 4E | 2F |
| Octal | 324 | 325 | 33 | 0 | 0 | 127 | 20 | 74 | 116 | 57 |
| Binary | 11010100 | 11010101 | 11011 | 0 | 0 | 1010111 | 10000 | 111100 | 1001110 | 101111 |
Color Harmonies of #D4D51B
Complementary color
Monochromatic Colors of #D4D51B
Black with #D4D51B
Text Example
Text Example
White with #D4D51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D51B; }
p { color: rgb(212,213,27); }
H1.HeaderClassName
{
color: #D4D51B;
}
.AnyTagClassName
{
color: #D4D51B;
}
</style>
background-color css
<style>
a { background-color: #D4D51B; }
a { background-color: rgb(212,213,27); }
div.DivClassName
{
background-color: #D4D51B;
}
.BgClassName
{
background-color: #D4D51B;
}
</style>
border-color css
<style>
span { border-color: #D4D51B; }
span { border-color: rgb(212,213,27); }
td.TdClassName
{
border-color: #D4D51B;
}
.TagClassName
{
border-color: #D4D51B;
}
</style>