Shades of Barberry #D4C01F
Tints of Barberry #D4C01F
RGB
CMYK
RGB Variations
Color information
#D4C01F (or 0xD4C01F) is known color: Barberry. HEX triplet: D4, C0 and 1F. RGB value is (212,192,31). Sum of RGB (Red+Green+Blue) = 212+192+31=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C01F is #2B3FE0. Grayscale: #B4B4B4. Windows color (decimal): -2834401 or 2080980. OLE color: 2080980.
HSL color Cylindrical-coordinate representation of color #D4C01F: hue angle of 53.37º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4C01F is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 192 | 31 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.17 |
| HSL | 53.37º | 0.74% | 0.48% | - |
| HSV(B) | 53.37º | 0.85% | 0.83% | - |
| XYZ | 46.25 | 51.8 | 8.86 | - |
| YUV | 179.63 | 44.13 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 31 | 0 | 0.09 | 0.85 | 0.17 | 53.37 | 0.74 | 0.48 |
| Hex | D4 | C0 | 1F | 0 | 9 | 55 | 11 | 35 | 4A | 30 |
| Octal | 324 | 300 | 37 | 0 | 11 | 125 | 21 | 65 | 112 | 60 |
| Binary | 11010100 | 11000000 | 11111 | 0 | 1001 | 1010101 | 10001 | 110101 | 1001010 | 110000 |
Color Harmonies of #D4C01F
Complementary color
Monochromatic Colors of #D4C01F
Black with #D4C01F
Text Example
Text Example
White with #D4C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C01F; }
p { color: rgb(212,192,31); }
H1.HeaderClassName
{
color: #D4C01F;
}
.AnyTagClassName
{
color: #D4C01F;
}
</style>
background-color css
<style>
a { background-color: #D4C01F; }
a { background-color: rgb(212,192,31); }
div.DivClassName
{
background-color: #D4C01F;
}
.BgClassName
{
background-color: #D4C01F;
}
</style>
border-color css
<style>
span { border-color: #D4C01F; }
span { border-color: rgb(212,192,31); }
td.TdClassName
{
border-color: #D4C01F;
}
.TagClassName
{
border-color: #D4C01F;
}
</style>