Shades of Barberry #D5DA0F
Tints of Barberry #D5DA0F
RGB
CMYK
RGB Variations
Color information
#D5DA0F (or 0xD5DA0F) is known color: Barberry. HEX triplet: D5, DA and 0F. RGB value is (213,218,15). Sum of RGB (Red+Green+Blue) = 213+218+15=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 15 (6.25% from 255 or 3.36% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5DA0F is #2A25F0. Grayscale: #C2C2C2. Windows color (decimal): -2762225 or 1039061. OLE color: 1039061.
HSL color Cylindrical-coordinate representation of color #D5DA0F: hue angle of 61.48º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5DA0F is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 218 | 15 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.15 |
| HSL | 61.48º | 0.87% | 0.46% | - |
| HSV(B) | 61.48º | 0.93% | 0.85% | - |
| XYZ | 52.6 | 64.32 | 10.1 | - |
| YUV | 193.36 | 27.34 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 218 | 15 | 0.02 | 0 | 0.93 | 0.15 | 61.48 | 0.87 | 0.46 |
| Hex | D5 | DA | F | 2 | 0 | 5D | F | 3D | 57 | 2E |
| Octal | 325 | 332 | 17 | 2 | 0 | 135 | 17 | 75 | 127 | 56 |
| Binary | 11010101 | 11011010 | 1111 | 10 | 0 | 1011101 | 1111 | 111101 | 1010111 | 101110 |
Color Harmonies of #D5DA0F
Complementary color
Monochromatic Colors of #D5DA0F
Black with #D5DA0F
Text Example
Text Example
White with #D5DA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DA0F; }
p { color: rgb(213,218,15); }
H1.HeaderClassName
{
color: #D5DA0F;
}
.AnyTagClassName
{
color: #D5DA0F;
}
</style>
background-color css
<style>
a { background-color: #D5DA0F; }
a { background-color: rgb(213,218,15); }
div.DivClassName
{
background-color: #D5DA0F;
}
.BgClassName
{
background-color: #D5DA0F;
}
</style>
border-color css
<style>
span { border-color: #D5DA0F; }
span { border-color: rgb(213,218,15); }
td.TdClassName
{
border-color: #D5DA0F;
}
.TagClassName
{
border-color: #D5DA0F;
}
</style>