Shades of Barberry #DAD90D
Tints of Barberry #DAD90D
RGB
CMYK
RGB Variations
Color information
#DAD90D (or 0xDAD90D) is known color: Barberry. HEX triplet: DA, D9 and 0D. RGB value is (218,217,13). Sum of RGB (Red+Green+Blue) = 218+217+13=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD90D is #2526F2. Grayscale: #C2C2C2. Windows color (decimal): -2434803 or 907738. OLE color: 907738.
HSL color Cylindrical-coordinate representation of color #DAD90D: hue angle of 59.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAD90D is Cyan = 0, Magento = 0.00, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 13 | - |
| CMYK | 0 | 0.00 | 0.94 | 0.15 |
| HSL | 59.71º | 0.89% | 0.45% | - |
| HSV(B) | 59.71º | 0.94% | 0.85% | - |
| XYZ | 53.8 | 64.56 | 10.01 | - |
| YUV | 194.04 | 25.83 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 13 | 0 | 0.00 | 0.94 | 0.15 | 59.71 | 0.89 | 0.45 |
| Hex | DA | D9 | D | 0 | 0 | 5E | F | 3C | 59 | 2D |
| Octal | 332 | 331 | 15 | 0 | 0 | 136 | 17 | 74 | 131 | 55 |
| Binary | 11011010 | 11011001 | 1101 | 0 | 0 | 1011110 | 1111 | 111100 | 1011001 | 101101 |
Color Harmonies of #DAD90D
Complementary color
Monochromatic Colors of #DAD90D
Black with #DAD90D
Text Example
Text Example
White with #DAD90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD90D; }
p { color: rgb(218,217,13); }
H1.HeaderClassName
{
color: #DAD90D;
}
.AnyTagClassName
{
color: #DAD90D;
}
</style>
background-color css
<style>
a { background-color: #DAD90D; }
a { background-color: rgb(218,217,13); }
div.DivClassName
{
background-color: #DAD90D;
}
.BgClassName
{
background-color: #DAD90D;
}
</style>
border-color css
<style>
span { border-color: #DAD90D; }
span { border-color: rgb(218,217,13); }
td.TdClassName
{
border-color: #DAD90D;
}
.TagClassName
{
border-color: #DAD90D;
}
</style>