Shades of Barberry #DADD0C
Tints of Barberry #DADD0C
RGB
CMYK
RGB Variations
Color information
#DADD0C (or 0xDADD0C) is known color: Barberry. HEX triplet: DA, DD and 0C. RGB value is (218,221,12). Sum of RGB (Red+Green+Blue) = 218+221+12=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 12 (5.08% from 255 or 2.66% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADD0C is #2522F3. Grayscale: #C5C5C5. Windows color (decimal): -2433780 or 843226. OLE color: 843226.
HSL color Cylindrical-coordinate representation of color #DADD0C: hue angle of 60.86º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DADD0C is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 12 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.13 |
| HSL | 60.86º | 0.9% | 0.46% | - |
| HSV(B) | 60.86º | 0.95% | 0.87% | - |
| XYZ | 54.84 | 66.64 | 10.32 | - |
| YUV | 196.28 | 24.01 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 12 | 0.01 | 0 | 0.95 | 0.13 | 60.86 | 0.9 | 0.46 |
| Hex | DA | DD | C | 1 | 0 | 5F | D | 3D | 5A | 2E |
| Octal | 332 | 335 | 14 | 1 | 0 | 137 | 15 | 75 | 132 | 56 |
| Binary | 11011010 | 11011101 | 1100 | 1 | 0 | 1011111 | 1101 | 111101 | 1011010 | 101110 |
Color Harmonies of #DADD0C
Complementary color
Monochromatic Colors of #DADD0C
Black with #DADD0C
Text Example
Text Example
White with #DADD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD0C; }
p { color: rgb(218,221,12); }
H1.HeaderClassName
{
color: #DADD0C;
}
.AnyTagClassName
{
color: #DADD0C;
}
</style>
background-color css
<style>
a { background-color: #DADD0C; }
a { background-color: rgb(218,221,12); }
div.DivClassName
{
background-color: #DADD0C;
}
.BgClassName
{
background-color: #DADD0C;
}
</style>
border-color css
<style>
span { border-color: #DADD0C; }
span { border-color: rgb(218,221,12); }
td.TdClassName
{
border-color: #DADD0C;
}
.TagClassName
{
border-color: #DADD0C;
}
</style>