Shades of Barberry #DCC927
Tints of Barberry #DCC927
RGB
CMYK
RGB Variations
Color information
#DCC927 (or 0xDCC927) is known color: Barberry. HEX triplet: DC, C9 and 27. RGB value is (220,201,39). Sum of RGB (Red+Green+Blue) = 220+201+39=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 39 (15.62% from 255 or 8.48% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC927 is #2336D8. Grayscale: #BCBCBC. Windows color (decimal): -2307801 or 2607580. OLE color: 2607580.
HSL color Cylindrical-coordinate representation of color #DCC927: hue angle of 53.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 #DCC927 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 39 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.14 |
| HSL | 53.7º | 0.72% | 0.51% | - |
| HSV(B) | 53.7º | 0.82% | 0.86% | - |
| XYZ | 50.77 | 57.14 | 10.27 | - |
| YUV | 188.21 | 43.79 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 39 | 0 | 0.09 | 0.82 | 0.14 | 53.7 | 0.72 | 0.51 |
| Hex | DC | C9 | 27 | 0 | 9 | 52 | E | 36 | 48 | 33 |
| Octal | 334 | 311 | 47 | 0 | 11 | 122 | 16 | 66 | 110 | 63 |
| Binary | 11011100 | 11001001 | 100111 | 0 | 1001 | 1010010 | 1110 | 110110 | 1001000 | 110011 |
Color Harmonies of #DCC927
Complementary color
Monochromatic Colors of #DCC927
Black with #DCC927
Text Example
Text Example
White with #DCC927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC927; }
p { color: rgb(220,201,39); }
H1.HeaderClassName
{
color: #DCC927;
}
.AnyTagClassName
{
color: #DCC927;
}
</style>
background-color css
<style>
a { background-color: #DCC927; }
a { background-color: rgb(220,201,39); }
div.DivClassName
{
background-color: #DCC927;
}
.BgClassName
{
background-color: #DCC927;
}
</style>
border-color css
<style>
span { border-color: #DCC927; }
span { border-color: rgb(220,201,39); }
td.TdClassName
{
border-color: #DCC927;
}
.TagClassName
{
border-color: #DCC927;
}
</style>