Shades of Barberry #DCCF18
Tints of Barberry #DCCF18
RGB
CMYK
RGB Variations
Color information
#DCCF18 (or 0xDCCF18) is known color: Barberry. HEX triplet: DC, CF and 18. RGB value is (220,207,24). Sum of RGB (Red+Green+Blue) = 220+207+24=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 24 (9.77% from 255 or 5.32% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCF18 is #2330E7. Grayscale: #BEBEBE. Windows color (decimal): -2306280 or 1626076. OLE color: 1626076.
HSL color Cylindrical-coordinate representation of color #DCCF18: hue angle of 56.02º 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 #DCCF18 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 24 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.14 |
| HSL | 56.02º | 0.8% | 0.48% | - |
| HSV(B) | 56.02º | 0.89% | 0.86% | - |
| XYZ | 51.99 | 59.91 | 9.69 | - |
| YUV | 190.03 | 34.31 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 24 | 0 | 0.06 | 0.89 | 0.14 | 56.02 | 0.8 | 0.48 |
| Hex | DC | CF | 18 | 0 | 6 | 59 | E | 38 | 50 | 30 |
| Octal | 334 | 317 | 30 | 0 | 6 | 131 | 16 | 70 | 120 | 60 |
| Binary | 11011100 | 11001111 | 11000 | 0 | 110 | 1011001 | 1110 | 111000 | 1010000 | 110000 |
Color Harmonies of #DCCF18
Complementary color
Monochromatic Colors of #DCCF18
Black with #DCCF18
Text Example
Text Example
White with #DCCF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF18; }
p { color: rgb(220,207,24); }
H1.HeaderClassName
{
color: #DCCF18;
}
.AnyTagClassName
{
color: #DCCF18;
}
</style>
background-color css
<style>
a { background-color: #DCCF18; }
a { background-color: rgb(220,207,24); }
div.DivClassName
{
background-color: #DCCF18;
}
.BgClassName
{
background-color: #DCCF18;
}
</style>
border-color css
<style>
span { border-color: #DCCF18; }
span { border-color: rgb(220,207,24); }
td.TdClassName
{
border-color: #DCCF18;
}
.TagClassName
{
border-color: #DCCF18;
}
</style>