Shades of Barberry #DCCC27
Tints of Barberry #DCCC27
RGB
CMYK
RGB Variations
Color information
#DCCC27 (or 0xDCCC27) is known color: Barberry. HEX triplet: DC, CC and 27. RGB value is (220,204,39). Sum of RGB (Red+Green+Blue) = 220+204+39=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 39 (15.62% from 255 or 8.42% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC27 is #2333D8. Grayscale: #BEBEBE. Windows color (decimal): -2307033 or 2608348. OLE color: 2608348.
HSL color Cylindrical-coordinate representation of color #DCCC27: hue angle of 54.7º 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 #DCCC27 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 39 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.14 |
| HSL | 54.7º | 0.72% | 0.51% | - |
| HSV(B) | 54.7º | 0.82% | 0.86% | - |
| XYZ | 51.47 | 58.55 | 10.51 | - |
| YUV | 189.97 | 42.8 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 39 | 0 | 0.07 | 0.82 | 0.14 | 54.7 | 0.72 | 0.51 |
| Hex | DC | CC | 27 | 0 | 7 | 52 | E | 37 | 48 | 33 |
| Octal | 334 | 314 | 47 | 0 | 7 | 122 | 16 | 67 | 110 | 63 |
| Binary | 11011100 | 11001100 | 100111 | 0 | 111 | 1010010 | 1110 | 110111 | 1001000 | 110011 |
Color Harmonies of #DCCC27
Complementary color
Monochromatic Colors of #DCCC27
Black with #DCCC27
Text Example
Text Example
White with #DCCC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC27; }
p { color: rgb(220,204,39); }
H1.HeaderClassName
{
color: #DCCC27;
}
.AnyTagClassName
{
color: #DCCC27;
}
</style>
background-color css
<style>
a { background-color: #DCCC27; }
a { background-color: rgb(220,204,39); }
div.DivClassName
{
background-color: #DCCC27;
}
.BgClassName
{
background-color: #DCCC27;
}
</style>
border-color css
<style>
span { border-color: #DCCC27; }
span { border-color: rgb(220,204,39); }
td.TdClassName
{
border-color: #DCCC27;
}
.TagClassName
{
border-color: #DCCC27;
}
</style>