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