Shades of Barberry #D4D51F
Tints of Barberry #D4D51F
RGB
CMYK
RGB Variations
Color information
#D4D51F (or 0xD4D51F) is known color: Barberry. HEX triplet: D4, D5 and 1F. RGB value is (212,213,31). Sum of RGB (Red+Green+Blue) = 212+213+31=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 31 (12.5% from 255 or 6.80% from 456); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D51F is #2B2AE0. Grayscale: #C0C0C0. Windows color (decimal): -2829025 or 2086356. OLE color: 2086356.
HSL color Cylindrical-coordinate representation of color #D4D51F: hue angle of 60.33º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4D51F is Cyan = 0.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 213 | 31 | - |
| CMYK | 0.00 | 0 | 0.85 | 0.16 |
| HSL | 60.33º | 0.75% | 0.48% | - |
| HSV(B) | 60.33º | 0.85% | 0.84% | - |
| XYZ | 51.19 | 61.68 | 10.5 | - |
| YUV | 191.95 | 37.17 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 213 | 31 | 0.00 | 0 | 0.85 | 0.16 | 60.33 | 0.75 | 0.48 |
| Hex | D4 | D5 | 1F | 0 | 0 | 55 | 10 | 3C | 4B | 30 |
| Octal | 324 | 325 | 37 | 0 | 0 | 125 | 20 | 74 | 113 | 60 |
| Binary | 11010100 | 11010101 | 11111 | 0 | 0 | 1010101 | 10000 | 111100 | 1001011 | 110000 |
Color Harmonies of #D4D51F
Complementary color
Monochromatic Colors of #D4D51F
Black with #D4D51F
Text Example
Text Example
White with #D4D51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D51F; }
p { color: rgb(212,213,31); }
H1.HeaderClassName
{
color: #D4D51F;
}
.AnyTagClassName
{
color: #D4D51F;
}
</style>
background-color css
<style>
a { background-color: #D4D51F; }
a { background-color: rgb(212,213,31); }
div.DivClassName
{
background-color: #D4D51F;
}
.BgClassName
{
background-color: #D4D51F;
}
</style>
border-color css
<style>
span { border-color: #D4D51F; }
span { border-color: rgb(212,213,31); }
td.TdClassName
{
border-color: #D4D51F;
}
.TagClassName
{
border-color: #D4D51F;
}
</style>