Shades of Barberry #DADF0A
Tints of Barberry #DADF0A
RGB
CMYK
RGB Variations
Color information
#DADF0A (or 0xDADF0A) is known color: Barberry. HEX triplet: DA, DF and 0A. RGB value is (218,223,10). Sum of RGB (Red+Green+Blue) = 218+223+10=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 10 (4.30% from 255 or 2.22% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADF0A is #2520F5. Grayscale: #C6C6C6. Windows color (decimal): -2433270 or 712666. OLE color: 712666.
HSL color Cylindrical-coordinate representation of color #DADF0A: hue angle of 61.41º 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 #DADF0A is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 10 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.13 |
| HSL | 61.41º | 0.91% | 0.46% | - |
| HSV(B) | 61.41º | 0.96% | 0.87% | - |
| XYZ | 55.36 | 67.7 | 10.44 | - |
| YUV | 197.22 | 22.34 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 10 | 0.02 | 0 | 0.96 | 0.13 | 61.41 | 0.91 | 0.46 |
| Hex | DA | DF | A | 2 | 0 | 60 | D | 3D | 5B | 2E |
| Octal | 332 | 337 | 12 | 2 | 0 | 140 | 15 | 75 | 133 | 56 |
| Binary | 11011010 | 11011111 | 1010 | 10 | 0 | 1100000 | 1101 | 111101 | 1011011 | 101110 |
Color Harmonies of #DADF0A
Complementary color
Monochromatic Colors of #DADF0A
Black with #DADF0A
Text Example
Text Example
White with #DADF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF0A; }
p { color: rgb(218,223,10); }
H1.HeaderClassName
{
color: #DADF0A;
}
.AnyTagClassName
{
color: #DADF0A;
}
</style>
background-color css
<style>
a { background-color: #DADF0A; }
a { background-color: rgb(218,223,10); }
div.DivClassName
{
background-color: #DADF0A;
}
.BgClassName
{
background-color: #DADF0A;
}
</style>
border-color css
<style>
span { border-color: #DADF0A; }
span { border-color: rgb(218,223,10); }
td.TdClassName
{
border-color: #DADF0A;
}
.TagClassName
{
border-color: #DADF0A;
}
</style>