Shades of Barberry #DCDB18
Tints of Barberry #DCDB18
RGB
CMYK
RGB Variations
Color information
#DCDB18 (or 0xDCDB18) is known color: Barberry. HEX triplet: DC, DB and 18. RGB value is (220,219,24). Sum of RGB (Red+Green+Blue) = 220+219+24=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 24 (9.77% from 255 or 5.18% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDB18 is #2324E7. Grayscale: #C5C5C5. Windows color (decimal): -2303208 or 1629148. OLE color: 1629148.
HSL color Cylindrical-coordinate representation of color #DCDB18: hue angle of 59.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCDB18 is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 24 | - |
| CMYK | 0 | 0.00 | 0.89 | 0.14 |
| HSL | 59.69º | 0.8% | 0.48% | - |
| HSV(B) | 59.69º | 0.89% | 0.86% | - |
| XYZ | 55.01 | 65.94 | 10.69 | - |
| YUV | 197.07 | 30.33 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 24 | 0 | 0.00 | 0.89 | 0.14 | 59.69 | 0.8 | 0.48 |
| Hex | DC | DB | 18 | 0 | 0 | 59 | E | 3C | 50 | 30 |
| Octal | 334 | 333 | 30 | 0 | 0 | 131 | 16 | 74 | 120 | 60 |
| Binary | 11011100 | 11011011 | 11000 | 0 | 0 | 1011001 | 1110 | 111100 | 1010000 | 110000 |
Color Harmonies of #DCDB18
Complementary color
Monochromatic Colors of #DCDB18
Black with #DCDB18
Text Example
Text Example
White with #DCDB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB18; }
p { color: rgb(220,219,24); }
H1.HeaderClassName
{
color: #DCDB18;
}
.AnyTagClassName
{
color: #DCDB18;
}
</style>
background-color css
<style>
a { background-color: #DCDB18; }
a { background-color: rgb(220,219,24); }
div.DivClassName
{
background-color: #DCDB18;
}
.BgClassName
{
background-color: #DCDB18;
}
</style>
border-color css
<style>
span { border-color: #DCDB18; }
span { border-color: rgb(220,219,24); }
td.TdClassName
{
border-color: #DCDB18;
}
.TagClassName
{
border-color: #DCDB18;
}
</style>