Shades of Barberry #DCDA0A
Tints of Barberry #DCDA0A
RGB
CMYK
RGB Variations
Color information
#DCDA0A (or 0xDCDA0A) is known color: Barberry. HEX triplet: DC, DA and 0A. RGB value is (220,218,10). Sum of RGB (Red+Green+Blue) = 220+218+10=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDA0A is #2325F5. Grayscale: #C3C3C3. Windows color (decimal): -2303478 or 711388. OLE color: 711388.
HSL color Cylindrical-coordinate representation of color #DCDA0A: hue angle of 59.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCDA0A is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 10 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.14 |
| HSL | 59.43º | 0.91% | 0.45% | - |
| HSV(B) | 59.43º | 0.95% | 0.86% | - |
| XYZ | 54.64 | 65.38 | 10.03 | - |
| YUV | 194.89 | 23.66 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 10 | 0 | 0.01 | 0.95 | 0.14 | 59.43 | 0.91 | 0.45 |
| Hex | DC | DA | A | 0 | 1 | 5F | E | 3B | 5B | 2D |
| Octal | 334 | 332 | 12 | 0 | 1 | 137 | 16 | 73 | 133 | 55 |
| Binary | 11011100 | 11011010 | 1010 | 0 | 1 | 1011111 | 1110 | 111011 | 1011011 | 101101 |
Color Harmonies of #DCDA0A
Complementary color
Monochromatic Colors of #DCDA0A
Black with #DCDA0A
Text Example
Text Example
White with #DCDA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA0A; }
p { color: rgb(220,218,10); }
H1.HeaderClassName
{
color: #DCDA0A;
}
.AnyTagClassName
{
color: #DCDA0A;
}
</style>
background-color css
<style>
a { background-color: #DCDA0A; }
a { background-color: rgb(220,218,10); }
div.DivClassName
{
background-color: #DCDA0A;
}
.BgClassName
{
background-color: #DCDA0A;
}
</style>
border-color css
<style>
span { border-color: #DCDA0A; }
span { border-color: rgb(220,218,10); }
td.TdClassName
{
border-color: #DCDA0A;
}
.TagClassName
{
border-color: #DCDA0A;
}
</style>