Shades of Barberry #DCCF28
Tints of Barberry #DCCF28
RGB
CMYK
RGB Variations
Color information
#DCCF28 (or 0xDCCF28) is known color: Barberry. HEX triplet: DC, CF and 28. RGB value is (220,207,40). Sum of RGB (Red+Green+Blue) = 220+207+40=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 40 (16.02% from 255 or 8.57% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF28 is #2330D7. Grayscale: #C0C0C0. Windows color (decimal): -2306264 or 2674652. OLE color: 2674652.
HSL color Cylindrical-coordinate representation of color #DCCF28: hue angle of 55.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCCF28 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 40 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.14 |
| HSL | 55.67º | 0.72% | 0.51% | - |
| HSV(B) | 55.67º | 0.82% | 0.86% | - |
| XYZ | 52.21 | 59.99 | 10.84 | - |
| YUV | 191.85 | 42.31 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 40 | 0 | 0.06 | 0.82 | 0.14 | 55.67 | 0.72 | 0.51 |
| Hex | DC | CF | 28 | 0 | 6 | 52 | E | 38 | 48 | 33 |
| Octal | 334 | 317 | 50 | 0 | 6 | 122 | 16 | 70 | 110 | 63 |
| Binary | 11011100 | 11001111 | 101000 | 0 | 110 | 1010010 | 1110 | 111000 | 1001000 | 110011 |
Color Harmonies of #DCCF28
Complementary color
Monochromatic Colors of #DCCF28
Black with #DCCF28
Text Example
Text Example
White with #DCCF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF28; }
p { color: rgb(220,207,40); }
H1.HeaderClassName
{
color: #DCCF28;
}
.AnyTagClassName
{
color: #DCCF28;
}
</style>
background-color css
<style>
a { background-color: #DCCF28; }
a { background-color: rgb(220,207,40); }
div.DivClassName
{
background-color: #DCCF28;
}
.BgClassName
{
background-color: #DCCF28;
}
</style>
border-color css
<style>
span { border-color: #DCCF28; }
span { border-color: rgb(220,207,40); }
td.TdClassName
{
border-color: #DCCF28;
}
.TagClassName
{
border-color: #DCCF28;
}
</style>