Shades of Barberry #D9DF0A
Tints of Barberry #D9DF0A
RGB
CMYK
RGB Variations
Color information
#D9DF0A (or 0xD9DF0A) is known color: Barberry. HEX triplet: D9, DF and 0A. RGB value is (217,223,10). Sum of RGB (Red+Green+Blue) = 217+223+10=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9DF0A is #2620F5. Grayscale: #C5C5C5. Windows color (decimal): -2498806 or 712665. OLE color: 712665.
HSL color Cylindrical-coordinate representation of color #D9DF0A: hue angle of 61.69º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D9DF0A is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 223 | 10 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.13 |
| HSL | 61.69º | 0.91% | 0.46% | - |
| HSV(B) | 61.69º | 0.96% | 0.87% | - |
| XYZ | 55.06 | 67.55 | 10.42 | - |
| YUV | 196.92 | 22.51 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 10 | 0.03 | 0 | 0.96 | 0.13 | 61.69 | 0.91 | 0.46 |
| Hex | D9 | DF | A | 3 | 0 | 60 | D | 3E | 5B | 2E |
| Octal | 331 | 337 | 12 | 3 | 0 | 140 | 15 | 76 | 133 | 56 |
| Binary | 11011001 | 11011111 | 1010 | 11 | 0 | 1100000 | 1101 | 111110 | 1011011 | 101110 |
Color Harmonies of #D9DF0A
Complementary color
Monochromatic Colors of #D9DF0A
Black with #D9DF0A
Text Example
Text Example
White with #D9DF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DF0A; }
p { color: rgb(217,223,10); }
H1.HeaderClassName
{
color: #D9DF0A;
}
.AnyTagClassName
{
color: #D9DF0A;
}
</style>
background-color css
<style>
a { background-color: #D9DF0A; }
a { background-color: rgb(217,223,10); }
div.DivClassName
{
background-color: #D9DF0A;
}
.BgClassName
{
background-color: #D9DF0A;
}
</style>
border-color css
<style>
span { border-color: #D9DF0A; }
span { border-color: rgb(217,223,10); }
td.TdClassName
{
border-color: #D9DF0A;
}
.TagClassName
{
border-color: #D9DF0A;
}
</style>