Shades of Barberry #DADD14
Tints of Barberry #DADD14
RGB
CMYK
RGB Variations
Color information
#DADD14 (or 0xDADD14) is known color: Barberry. HEX triplet: DA, DD and 14. RGB value is (218,221,20). Sum of RGB (Red+Green+Blue) = 218+221+20=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADD14 is #2522EB. Grayscale: #C5C5C5. Windows color (decimal): -2433772 or 1367514. OLE color: 1367514.
HSL color Cylindrical-coordinate representation of color #DADD14: hue angle of 60.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DADD14 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 20 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.13 |
| HSL | 60.9º | 0.83% | 0.47% | - |
| HSV(B) | 60.9º | 0.91% | 0.87% | - |
| XYZ | 54.9 | 66.67 | 10.64 | - |
| YUV | 197.19 | 28.01 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 20 | 0.01 | 0 | 0.91 | 0.13 | 60.9 | 0.83 | 0.47 |
| Hex | DA | DD | 14 | 1 | 0 | 5B | D | 3D | 53 | 2F |
| Octal | 332 | 335 | 24 | 1 | 0 | 133 | 15 | 75 | 123 | 57 |
| Binary | 11011010 | 11011101 | 10100 | 1 | 0 | 1011011 | 1101 | 111101 | 1010011 | 101111 |
Color Harmonies of #DADD14
Complementary color
Monochromatic Colors of #DADD14
Black with #DADD14
Text Example
Text Example
White with #DADD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD14; }
p { color: rgb(218,221,20); }
H1.HeaderClassName
{
color: #DADD14;
}
.AnyTagClassName
{
color: #DADD14;
}
</style>
background-color css
<style>
a { background-color: #DADD14; }
a { background-color: rgb(218,221,20); }
div.DivClassName
{
background-color: #DADD14;
}
.BgClassName
{
background-color: #DADD14;
}
</style>
border-color css
<style>
span { border-color: #DADD14; }
span { border-color: rgb(218,221,20); }
td.TdClassName
{
border-color: #DADD14;
}
.TagClassName
{
border-color: #DADD14;
}
</style>