Shades of Barberry #D4D50F
Tints of Barberry #D4D50F
RGB
CMYK
RGB Variations
Color information
#D4D50F (or 0xD4D50F) is known color: Barberry. HEX triplet: D4, D5 and 0F. RGB value is (212,213,15). Sum of RGB (Red+Green+Blue) = 212+213+15=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 15 (6.25% from 255 or 3.41% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D50F is #2B2AF0. Grayscale: #BEBEBE. Windows color (decimal): -2829041 or 1037780. OLE color: 1037780.
HSL color Cylindrical-coordinate representation of color #D4D50F: hue angle of 60.3º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4D50F is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 213 | 15 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.16 |
| HSL | 60.3º | 0.87% | 0.45% | - |
| HSV(B) | 60.3º | 0.93% | 0.84% | - |
| XYZ | 51.03 | 61.62 | 9.66 | - |
| YUV | 190.13 | 29.17 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 213 | 15 | 0.00 | 0 | 0.93 | 0.16 | 60.3 | 0.87 | 0.45 |
| Hex | D4 | D5 | F | 0 | 0 | 5D | 10 | 3C | 57 | 2D |
| Octal | 324 | 325 | 17 | 0 | 0 | 135 | 20 | 74 | 127 | 55 |
| Binary | 11010100 | 11010101 | 1111 | 0 | 0 | 1011101 | 10000 | 111100 | 1010111 | 101101 |
Color Harmonies of #D4D50F
Complementary color
Monochromatic Colors of #D4D50F
Black with #D4D50F
Text Example
Text Example
White with #D4D50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D50F; }
p { color: rgb(212,213,15); }
H1.HeaderClassName
{
color: #D4D50F;
}
.AnyTagClassName
{
color: #D4D50F;
}
</style>
background-color css
<style>
a { background-color: #D4D50F; }
a { background-color: rgb(212,213,15); }
div.DivClassName
{
background-color: #D4D50F;
}
.BgClassName
{
background-color: #D4D50F;
}
</style>
border-color css
<style>
span { border-color: #D4D50F; }
span { border-color: rgb(212,213,15); }
td.TdClassName
{
border-color: #D4D50F;
}
.TagClassName
{
border-color: #D4D50F;
}
</style>