Shades of Barberry #DADD12
Tints of Barberry #DADD12
RGB
CMYK
RGB Variations
Color information
#DADD12 (or 0xDADD12) is known color: Barberry. HEX triplet: DA, DD and 12. RGB value is (218,221,18). Sum of RGB (Red+Green+Blue) = 218+221+18=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 18 (7.42% from 255 or 3.94% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADD12 is #2522ED. Grayscale: #C5C5C5. Windows color (decimal): -2433774 or 1236442. OLE color: 1236442.
HSL color Cylindrical-coordinate representation of color #DADD12: hue angle of 60.89º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DADD12 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 18 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.13 |
| HSL | 60.89º | 0.85% | 0.47% | - |
| HSV(B) | 60.89º | 0.92% | 0.87% | - |
| XYZ | 54.88 | 66.66 | 10.55 | - |
| YUV | 196.96 | 27.01 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 18 | 0.01 | 0 | 0.92 | 0.13 | 60.89 | 0.85 | 0.47 |
| Hex | DA | DD | 12 | 1 | 0 | 5C | D | 3D | 55 | 2F |
| Octal | 332 | 335 | 22 | 1 | 0 | 134 | 15 | 75 | 125 | 57 |
| Binary | 11011010 | 11011101 | 10010 | 1 | 0 | 1011100 | 1101 | 111101 | 1010101 | 101111 |
Color Harmonies of #DADD12
Complementary color
Monochromatic Colors of #DADD12
Black with #DADD12
Text Example
Text Example
White with #DADD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD12; }
p { color: rgb(218,221,18); }
H1.HeaderClassName
{
color: #DADD12;
}
.AnyTagClassName
{
color: #DADD12;
}
</style>
background-color css
<style>
a { background-color: #DADD12; }
a { background-color: rgb(218,221,18); }
div.DivClassName
{
background-color: #DADD12;
}
.BgClassName
{
background-color: #DADD12;
}
</style>
border-color css
<style>
span { border-color: #DADD12; }
span { border-color: rgb(218,221,18); }
td.TdClassName
{
border-color: #DADD12;
}
.TagClassName
{
border-color: #DADD12;
}
</style>