Shades of Barberry #DCC923
Tints of Barberry #DCC923
RGB
CMYK
RGB Variations
Color information
#DCC923 (or 0xDCC923) is known color: Barberry. HEX triplet: DC, C9 and 23. RGB value is (220,201,35). Sum of RGB (Red+Green+Blue) = 220+201+35=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 35 (14.06% from 255 or 7.68% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC923 is #2336DC. Grayscale: #BCBCBC. Windows color (decimal): -2307805 or 2345436. OLE color: 2345436.
HSL color Cylindrical-coordinate representation of color #DCC923: hue angle of 53.84º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCC923 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 35 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.14 |
| HSL | 53.84º | 0.73% | 0.5% | - |
| HSV(B) | 53.84º | 0.84% | 0.86% | - |
| XYZ | 50.71 | 57.11 | 9.94 | - |
| YUV | 187.76 | 41.79 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 35 | 0 | 0.09 | 0.84 | 0.14 | 53.84 | 0.73 | 0.5 |
| Hex | DC | C9 | 23 | 0 | 9 | 54 | E | 36 | 49 | 32 |
| Octal | 334 | 311 | 43 | 0 | 11 | 124 | 16 | 66 | 111 | 62 |
| Binary | 11011100 | 11001001 | 100011 | 0 | 1001 | 1010100 | 1110 | 110110 | 1001001 | 110010 |
Color Harmonies of #DCC923
Complementary color
Monochromatic Colors of #DCC923
Black with #DCC923
Text Example
Text Example
White with #DCC923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC923; }
p { color: rgb(220,201,35); }
H1.HeaderClassName
{
color: #DCC923;
}
.AnyTagClassName
{
color: #DCC923;
}
</style>
background-color css
<style>
a { background-color: #DCC923; }
a { background-color: rgb(220,201,35); }
div.DivClassName
{
background-color: #DCC923;
}
.BgClassName
{
background-color: #DCC923;
}
</style>
border-color css
<style>
span { border-color: #DCC923; }
span { border-color: rgb(220,201,35); }
td.TdClassName
{
border-color: #DCC923;
}
.TagClassName
{
border-color: #DCC923;
}
</style>