Shades of Barberry #DAD31D
Tints of Barberry #DAD31D
RGB
CMYK
RGB Variations
Color information
#DAD31D (or 0xDAD31D) is known color: Barberry. HEX triplet: DA, D3 and 1D. RGB value is (218,211,29). Sum of RGB (Red+Green+Blue) = 218+211+29=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 29 (11.72% from 255 or 6.33% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD31D is #252CE2. Grayscale: #C1C1C1. Windows color (decimal): -2436323 or 1954778. OLE color: 1954778.
HSL color Cylindrical-coordinate representation of color #DAD31D: hue angle of 57.78º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAD31D is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 29 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.15 |
| HSL | 57.78º | 0.77% | 0.48% | - |
| HSV(B) | 57.78º | 0.87% | 0.85% | - |
| XYZ | 52.43 | 61.58 | 10.29 | - |
| YUV | 192.35 | 35.82 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 29 | 0 | 0.03 | 0.87 | 0.15 | 57.78 | 0.77 | 0.48 |
| Hex | DA | D3 | 1D | 0 | 3 | 57 | F | 3A | 4D | 30 |
| Octal | 332 | 323 | 35 | 0 | 3 | 127 | 17 | 72 | 115 | 60 |
| Binary | 11011010 | 11010011 | 11101 | 0 | 11 | 1010111 | 1111 | 111010 | 1001101 | 110000 |
Color Harmonies of #DAD31D
Complementary color
Monochromatic Colors of #DAD31D
Black with #DAD31D
Text Example
Text Example
White with #DAD31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD31D; }
p { color: rgb(218,211,29); }
H1.HeaderClassName
{
color: #DAD31D;
}
.AnyTagClassName
{
color: #DAD31D;
}
</style>
background-color css
<style>
a { background-color: #DAD31D; }
a { background-color: rgb(218,211,29); }
div.DivClassName
{
background-color: #DAD31D;
}
.BgClassName
{
background-color: #DAD31D;
}
</style>
border-color css
<style>
span { border-color: #DAD31D; }
span { border-color: rgb(218,211,29); }
td.TdClassName
{
border-color: #DAD31D;
}
.TagClassName
{
border-color: #DAD31D;
}
</style>