Shades of Barberry #DCC92A
Tints of Barberry #DCC92A
RGB
CMYK
RGB Variations
Color information
#DCC92A (or 0xDCC92A) is known color: Barberry. HEX triplet: DC, C9 and 2A. RGB value is (220,201,42). Sum of RGB (Red+Green+Blue) = 220+201+42=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 42 (16.80% from 255 or 9.07% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC92A is #2336D5. Grayscale: #BDBDBD. Windows color (decimal): -2307798 or 2804188. OLE color: 2804188.
HSL color Cylindrical-coordinate representation of color #DCC92A: hue angle of 53.6º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCC92A is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 42 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.14 |
| HSL | 53.6º | 0.72% | 0.51% | - |
| HSV(B) | 53.6º | 0.81% | 0.86% | - |
| XYZ | 50.82 | 57.16 | 10.54 | - |
| YUV | 188.56 | 45.29 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 42 | 0 | 0.09 | 0.81 | 0.14 | 53.6 | 0.72 | 0.51 |
| Hex | DC | C9 | 2A | 0 | 9 | 51 | E | 36 | 48 | 33 |
| Octal | 334 | 311 | 52 | 0 | 11 | 121 | 16 | 66 | 110 | 63 |
| Binary | 11011100 | 11001001 | 101010 | 0 | 1001 | 1010001 | 1110 | 110110 | 1001000 | 110011 |
Color Harmonies of #DCC92A
Complementary color
Monochromatic Colors of #DCC92A
Black with #DCC92A
Text Example
Text Example
White with #DCC92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC92A; }
p { color: rgb(220,201,42); }
H1.HeaderClassName
{
color: #DCC92A;
}
.AnyTagClassName
{
color: #DCC92A;
}
</style>
background-color css
<style>
a { background-color: #DCC92A; }
a { background-color: rgb(220,201,42); }
div.DivClassName
{
background-color: #DCC92A;
}
.BgClassName
{
background-color: #DCC92A;
}
</style>
border-color css
<style>
span { border-color: #DCC92A; }
span { border-color: rgb(220,201,42); }
td.TdClassName
{
border-color: #DCC92A;
}
.TagClassName
{
border-color: #DCC92A;
}
</style>