Shades of Barberry #DAD31C
Tints of Barberry #DAD31C
RGB
CMYK
RGB Variations
Color information
#DAD31C (or 0xDAD31C) is known color: Barberry. HEX triplet: DA, D3 and 1C. RGB value is (218,211,28). Sum of RGB (Red+Green+Blue) = 218+211+28=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 28 (11.33% from 255 or 6.13% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD31C is #252CE3. Grayscale: #C0C0C0. Windows color (decimal): -2436324 or 1889242. OLE color: 1889242.
HSL color Cylindrical-coordinate representation of color #DAD31C: hue angle of 57.79º 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 #DAD31C is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 28 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.15 |
| HSL | 57.79º | 0.77% | 0.48% | - |
| HSV(B) | 57.79º | 0.87% | 0.85% | - |
| XYZ | 52.42 | 61.58 | 10.22 | - |
| YUV | 192.23 | 35.32 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 28 | 0 | 0.03 | 0.87 | 0.15 | 57.79 | 0.77 | 0.48 |
| Hex | DA | D3 | 1C | 0 | 3 | 57 | F | 3A | 4D | 30 |
| Octal | 332 | 323 | 34 | 0 | 3 | 127 | 17 | 72 | 115 | 60 |
| Binary | 11011010 | 11010011 | 11100 | 0 | 11 | 1010111 | 1111 | 111010 | 1001101 | 110000 |
Color Harmonies of #DAD31C
Complementary color
Monochromatic Colors of #DAD31C
Black with #DAD31C
Text Example
Text Example
White with #DAD31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD31C; }
p { color: rgb(218,211,28); }
H1.HeaderClassName
{
color: #DAD31C;
}
.AnyTagClassName
{
color: #DAD31C;
}
</style>
background-color css
<style>
a { background-color: #DAD31C; }
a { background-color: rgb(218,211,28); }
div.DivClassName
{
background-color: #DAD31C;
}
.BgClassName
{
background-color: #DAD31C;
}
</style>
border-color css
<style>
span { border-color: #DAD31C; }
span { border-color: rgb(218,211,28); }
td.TdClassName
{
border-color: #DAD31C;
}
.TagClassName
{
border-color: #DAD31C;
}
</style>