Shades of Barberry #DAD80F
Tints of Barberry #DAD80F
RGB
CMYK
RGB Variations
Color information
#DAD80F (or 0xDAD80F) is known color: Barberry. HEX triplet: DA, D8 and 0F. RGB value is (218,216,15). Sum of RGB (Red+Green+Blue) = 218+216+15=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD80F is #2527F0. Grayscale: #C2C2C2. Windows color (decimal): -2435057 or 1038554. OLE color: 1038554.
HSL color Cylindrical-coordinate representation of color #DAD80F: hue angle of 59.41º 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 #DAD80F is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 15 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.15 |
| HSL | 59.41º | 0.87% | 0.46% | - |
| HSV(B) | 59.41º | 0.93% | 0.85% | - |
| XYZ | 53.56 | 64.05 | 9.99 | - |
| YUV | 193.68 | 27.16 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 15 | 0 | 0.01 | 0.93 | 0.15 | 59.41 | 0.87 | 0.46 |
| Hex | DA | D8 | F | 0 | 1 | 5D | F | 3B | 57 | 2E |
| Octal | 332 | 330 | 17 | 0 | 1 | 135 | 17 | 73 | 127 | 56 |
| Binary | 11011010 | 11011000 | 1111 | 0 | 1 | 1011101 | 1111 | 111011 | 1010111 | 101110 |
Color Harmonies of #DAD80F
Complementary color
Monochromatic Colors of #DAD80F
Black with #DAD80F
Text Example
Text Example
White with #DAD80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD80F; }
p { color: rgb(218,216,15); }
H1.HeaderClassName
{
color: #DAD80F;
}
.AnyTagClassName
{
color: #DAD80F;
}
</style>
background-color css
<style>
a { background-color: #DAD80F; }
a { background-color: rgb(218,216,15); }
div.DivClassName
{
background-color: #DAD80F;
}
.BgClassName
{
background-color: #DAD80F;
}
</style>
border-color css
<style>
span { border-color: #DAD80F; }
span { border-color: rgb(218,216,15); }
td.TdClassName
{
border-color: #DAD80F;
}
.TagClassName
{
border-color: #DAD80F;
}
</style>