Shades of Barberry #DADD0F
Tints of Barberry #DADD0F
RGB
CMYK
RGB Variations
Color information
#DADD0F (or 0xDADD0F) is known color: Barberry. HEX triplet: DA, DD and 0F. RGB value is (218,221,15). Sum of RGB (Red+Green+Blue) = 218+221+15=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 15 (6.25% from 255 or 3.30% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADD0F is #2522F0. Grayscale: #C5C5C5. Windows color (decimal): -2433777 or 1039834. OLE color: 1039834.
HSL color Cylindrical-coordinate representation of color #DADD0F: hue angle of 60.87º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DADD0F is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 15 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.13 |
| HSL | 60.87º | 0.87% | 0.46% | - |
| HSV(B) | 60.87º | 0.93% | 0.87% | - |
| XYZ | 54.86 | 66.65 | 10.43 | - |
| YUV | 196.62 | 25.51 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 15 | 0.01 | 0 | 0.93 | 0.13 | 60.87 | 0.87 | 0.46 |
| Hex | DA | DD | F | 1 | 0 | 5D | D | 3D | 57 | 2E |
| Octal | 332 | 335 | 17 | 1 | 0 | 135 | 15 | 75 | 127 | 56 |
| Binary | 11011010 | 11011101 | 1111 | 1 | 0 | 1011101 | 1101 | 111101 | 1010111 | 101110 |
Color Harmonies of #DADD0F
Complementary color
Monochromatic Colors of #DADD0F
Black with #DADD0F
Text Example
Text Example
White with #DADD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD0F; }
p { color: rgb(218,221,15); }
H1.HeaderClassName
{
color: #DADD0F;
}
.AnyTagClassName
{
color: #DADD0F;
}
</style>
background-color css
<style>
a { background-color: #DADD0F; }
a { background-color: rgb(218,221,15); }
div.DivClassName
{
background-color: #DADD0F;
}
.BgClassName
{
background-color: #DADD0F;
}
</style>
border-color css
<style>
span { border-color: #DADD0F; }
span { border-color: rgb(218,221,15); }
td.TdClassName
{
border-color: #DADD0F;
}
.TagClassName
{
border-color: #DADD0F;
}
</style>