Shades of Barberry #DCDB09
Tints of Barberry #DCDB09
RGB
CMYK
RGB Variations
Color information
#DCDB09 (or 0xDCDB09) is known color: Barberry. HEX triplet: DC, DB and 09. RGB value is (220,219,9). Sum of RGB (Red+Green+Blue) = 220+219+9=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 9 (3.91% from 255 or 2.01% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDB09 is #2324F6. Grayscale: #C4C4C4. Windows color (decimal): -2303223 or 646108. OLE color: 646108.
HSL color Cylindrical-coordinate representation of color #DCDB09: hue angle of 59.72º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCDB09 is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 9 | - |
| CMYK | 0 | 0.00 | 0.96 | 0.14 |
| HSL | 59.72º | 0.92% | 0.45% | - |
| HSV(B) | 59.72º | 0.96% | 0.86% | - |
| XYZ | 54.9 | 65.9 | 10.08 | - |
| YUV | 195.36 | 22.83 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 9 | 0 | 0.00 | 0.96 | 0.14 | 59.72 | 0.92 | 0.45 |
| Hex | DC | DB | 9 | 0 | 0 | 60 | E | 3C | 5C | 2D |
| Octal | 334 | 333 | 11 | 0 | 0 | 140 | 16 | 74 | 134 | 55 |
| Binary | 11011100 | 11011011 | 1001 | 0 | 0 | 1100000 | 1110 | 111100 | 1011100 | 101101 |
Color Harmonies of #DCDB09
Complementary color
Monochromatic Colors of #DCDB09
Black with #DCDB09
Text Example
Text Example
White with #DCDB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB09; }
p { color: rgb(220,219,9); }
H1.HeaderClassName
{
color: #DCDB09;
}
.AnyTagClassName
{
color: #DCDB09;
}
</style>
background-color css
<style>
a { background-color: #DCDB09; }
a { background-color: rgb(220,219,9); }
div.DivClassName
{
background-color: #DCDB09;
}
.BgClassName
{
background-color: #DCDB09;
}
</style>
border-color css
<style>
span { border-color: #DCDB09; }
span { border-color: rgb(220,219,9); }
td.TdClassName
{
border-color: #DCDB09;
}
.TagClassName
{
border-color: #DCDB09;
}
</style>