Shades of Barberry #DAD312
Tints of Barberry #DAD312
RGB
CMYK
RGB Variations
Color information
#DAD312 (or 0xDAD312) is known color: Barberry. HEX triplet: DA, D3 and 12. RGB value is (218,211,18). Sum of RGB (Red+Green+Blue) = 218+211+18=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD312 is #252CED. Grayscale: #BFBFBF. Windows color (decimal): -2436334 or 1233882. OLE color: 1233882.
HSL color Cylindrical-coordinate representation of color #DAD312: hue angle of 57.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAD312 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 18 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.15 |
| HSL | 57.9º | 0.85% | 0.46% | - |
| HSV(B) | 57.9º | 0.92% | 0.85% | - |
| XYZ | 52.32 | 61.54 | 9.69 | - |
| YUV | 191.09 | 30.32 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 18 | 0 | 0.03 | 0.92 | 0.15 | 57.9 | 0.85 | 0.46 |
| Hex | DA | D3 | 12 | 0 | 3 | 5C | F | 3A | 55 | 2E |
| Octal | 332 | 323 | 22 | 0 | 3 | 134 | 17 | 72 | 125 | 56 |
| Binary | 11011010 | 11010011 | 10010 | 0 | 11 | 1011100 | 1111 | 111010 | 1010101 | 101110 |
Color Harmonies of #DAD312
Complementary color
Monochromatic Colors of #DAD312
Black with #DAD312
Text Example
Text Example
White with #DAD312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD312; }
p { color: rgb(218,211,18); }
H1.HeaderClassName
{
color: #DAD312;
}
.AnyTagClassName
{
color: #DAD312;
}
</style>
background-color css
<style>
a { background-color: #DAD312; }
a { background-color: rgb(218,211,18); }
div.DivClassName
{
background-color: #DAD312;
}
.BgClassName
{
background-color: #DAD312;
}
</style>
border-color css
<style>
span { border-color: #DAD312; }
span { border-color: rgb(218,211,18); }
td.TdClassName
{
border-color: #DAD312;
}
.TagClassName
{
border-color: #DAD312;
}
</style>