Shades of Barberry #DCCF21
Tints of Barberry #DCCF21
RGB
CMYK
RGB Variations
Color information
#DCCF21 (or 0xDCCF21) is known color: Barberry. HEX triplet: DC, CF and 21. RGB value is (220,207,33). Sum of RGB (Red+Green+Blue) = 220+207+33=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 33 (13.28% from 255 or 7.17% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF21 is #2330DE. Grayscale: #BFBFBF. Windows color (decimal): -2306271 or 2215900. OLE color: 2215900.
HSL color Cylindrical-coordinate representation of color #DCCF21: hue angle of 55.83º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCCF21 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 33 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.14 |
| HSL | 55.83º | 0.74% | 0.5% | - |
| HSV(B) | 55.83º | 0.85% | 0.86% | - |
| XYZ | 52.1 | 59.95 | 10.26 | - |
| YUV | 191.05 | 38.81 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 33 | 0 | 0.06 | 0.85 | 0.14 | 55.83 | 0.74 | 0.5 |
| Hex | DC | CF | 21 | 0 | 6 | 55 | E | 38 | 4A | 32 |
| Octal | 334 | 317 | 41 | 0 | 6 | 125 | 16 | 70 | 112 | 62 |
| Binary | 11011100 | 11001111 | 100001 | 0 | 110 | 1010101 | 1110 | 111000 | 1001010 | 110010 |
Color Harmonies of #DCCF21
Complementary color
Monochromatic Colors of #DCCF21
Black with #DCCF21
Text Example
Text Example
White with #DCCF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF21; }
p { color: rgb(220,207,33); }
H1.HeaderClassName
{
color: #DCCF21;
}
.AnyTagClassName
{
color: #DCCF21;
}
</style>
background-color css
<style>
a { background-color: #DCCF21; }
a { background-color: rgb(220,207,33); }
div.DivClassName
{
background-color: #DCCF21;
}
.BgClassName
{
background-color: #DCCF21;
}
</style>
border-color css
<style>
span { border-color: #DCCF21; }
span { border-color: rgb(220,207,33); }
td.TdClassName
{
border-color: #DCCF21;
}
.TagClassName
{
border-color: #DCCF21;
}
</style>