Shades of Barberry #DCCC28
Tints of Barberry #DCCC28
RGB
CMYK
RGB Variations
Color information
#DCCC28 (or 0xDCCC28) is known color: Barberry. HEX triplet: DC, CC and 28. RGB value is (220,204,40). Sum of RGB (Red+Green+Blue) = 220+204+40=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC28 is #2333D7. Grayscale: #BEBEBE. Windows color (decimal): -2307032 or 2673884. OLE color: 2673884.
HSL color Cylindrical-coordinate representation of color #DCCC28: hue angle of 54.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 #DCCC28 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 40 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.14 |
| HSL | 54.67º | 0.72% | 0.51% | - |
| HSV(B) | 54.67º | 0.82% | 0.86% | - |
| XYZ | 51.49 | 58.55 | 10.6 | - |
| YUV | 190.09 | 43.3 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 40 | 0 | 0.07 | 0.82 | 0.14 | 54.67 | 0.72 | 0.51 |
| Hex | DC | CC | 28 | 0 | 7 | 52 | E | 37 | 48 | 33 |
| Octal | 334 | 314 | 50 | 0 | 7 | 122 | 16 | 67 | 110 | 63 |
| Binary | 11011100 | 11001100 | 101000 | 0 | 111 | 1010010 | 1110 | 110111 | 1001000 | 110011 |
Color Harmonies of #DCCC28
Complementary color
Monochromatic Colors of #DCCC28
Black with #DCCC28
Text Example
Text Example
White with #DCCC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC28; }
p { color: rgb(220,204,40); }
H1.HeaderClassName
{
color: #DCCC28;
}
.AnyTagClassName
{
color: #DCCC28;
}
</style>
background-color css
<style>
a { background-color: #DCCC28; }
a { background-color: rgb(220,204,40); }
div.DivClassName
{
background-color: #DCCC28;
}
.BgClassName
{
background-color: #DCCC28;
}
</style>
border-color css
<style>
span { border-color: #DCCC28; }
span { border-color: rgb(220,204,40); }
td.TdClassName
{
border-color: #DCCC28;
}
.TagClassName
{
border-color: #DCCC28;
}
</style>