Shades of Barberry #DCDD18
Tints of Barberry #DCDD18
RGB
CMYK
RGB Variations
Color information
#DCDD18 (or 0xDCDD18) is known color: Barberry. HEX triplet: DC, DD and 18. RGB value is (220,221,24). Sum of RGB (Red+Green+Blue) = 220+221+24=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 24 (9.77% from 255 or 5.16% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDD18 is #2322E7. Grayscale: #C7C7C7. Windows color (decimal): -2302696 or 1629660. OLE color: 1629660.
HSL color Cylindrical-coordinate representation of color #DCDD18: hue angle of 60.3º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCDD18 is Cyan = 0.00, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 24 | - |
| CMYK | 0.00 | 0 | 0.89 | 0.13 |
| HSL | 60.3º | 0.8% | 0.48% | - |
| HSV(B) | 60.3º | 0.89% | 0.87% | - |
| XYZ | 55.54 | 66.99 | 10.87 | - |
| YUV | 198.24 | 29.67 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 24 | 0.00 | 0 | 0.89 | 0.13 | 60.3 | 0.8 | 0.48 |
| Hex | DC | DD | 18 | 0 | 0 | 59 | D | 3C | 50 | 30 |
| Octal | 334 | 335 | 30 | 0 | 0 | 131 | 15 | 74 | 120 | 60 |
| Binary | 11011100 | 11011101 | 11000 | 0 | 0 | 1011001 | 1101 | 111100 | 1010000 | 110000 |
Color Harmonies of #DCDD18
Complementary color
Monochromatic Colors of #DCDD18
Black with #DCDD18
Text Example
Text Example
White with #DCDD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD18; }
p { color: rgb(220,221,24); }
H1.HeaderClassName
{
color: #DCDD18;
}
.AnyTagClassName
{
color: #DCDD18;
}
</style>
background-color css
<style>
a { background-color: #DCDD18; }
a { background-color: rgb(220,221,24); }
div.DivClassName
{
background-color: #DCDD18;
}
.BgClassName
{
background-color: #DCDD18;
}
</style>
border-color css
<style>
span { border-color: #DCDD18; }
span { border-color: rgb(220,221,24); }
td.TdClassName
{
border-color: #DCDD18;
}
.TagClassName
{
border-color: #DCDD18;
}
</style>