Shades of Barberry #DCCA28
Tints of Barberry #DCCA28
RGB
CMYK
RGB Variations
Color information
#DCCA28 (or 0xDCCA28) is known color: Barberry. HEX triplet: DC, CA and 28. RGB value is (220,202,40). Sum of RGB (Red+Green+Blue) = 220+202+40=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 40 (16.02% from 255 or 8.66% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA28 is #2335D7. Grayscale: #BDBDBD. Windows color (decimal): -2307544 or 2673372. OLE color: 2673372.
HSL color Cylindrical-coordinate representation of color #DCCA28: hue angle of 54º 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 #DCCA28 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 40 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.14 |
| HSL | 54º | 0.72% | 0.51% | - |
| HSV(B) | 54º | 0.82% | 0.86% | - |
| XYZ | 51.02 | 57.61 | 10.44 | - |
| YUV | 188.91 | 43.96 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 40 | 0 | 0.08 | 0.82 | 0.14 | 54 | 0.72 | 0.51 |
| Hex | DC | CA | 28 | 0 | 8 | 52 | E | 36 | 48 | 33 |
| Octal | 334 | 312 | 50 | 0 | 10 | 122 | 16 | 66 | 110 | 63 |
| Binary | 11011100 | 11001010 | 101000 | 0 | 1000 | 1010010 | 1110 | 110110 | 1001000 | 110011 |
Color Harmonies of #DCCA28
Complementary color
Monochromatic Colors of #DCCA28
Black with #DCCA28
Text Example
Text Example
White with #DCCA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA28; }
p { color: rgb(220,202,40); }
H1.HeaderClassName
{
color: #DCCA28;
}
.AnyTagClassName
{
color: #DCCA28;
}
</style>
background-color css
<style>
a { background-color: #DCCA28; }
a { background-color: rgb(220,202,40); }
div.DivClassName
{
background-color: #DCCA28;
}
.BgClassName
{
background-color: #DCCA28;
}
</style>
border-color css
<style>
span { border-color: #DCCA28; }
span { border-color: rgb(220,202,40); }
td.TdClassName
{
border-color: #DCCA28;
}
.TagClassName
{
border-color: #DCCA28;
}
</style>