Shades of Barberry #DCCC26
Tints of Barberry #DCCC26
RGB
CMYK
RGB Variations
Color information
#DCCC26 (or 0xDCCC26) is known color: Barberry. HEX triplet: DC, CC and 26. RGB value is (220,204,38). Sum of RGB (Red+Green+Blue) = 220+204+38=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 38 (15.23% from 255 or 8.23% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC26 is #2333D9. Grayscale: #BEBEBE. Windows color (decimal): -2307034 or 2542812. OLE color: 2542812.
HSL color Cylindrical-coordinate representation of color #DCCC26: hue angle of 54.73º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCCC26 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 38 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.14 |
| HSL | 54.73º | 0.72% | 0.51% | - |
| HSV(B) | 54.73º | 0.83% | 0.86% | - |
| XYZ | 51.46 | 58.54 | 10.42 | - |
| YUV | 189.86 | 42.3 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 38 | 0 | 0.07 | 0.83 | 0.14 | 54.73 | 0.72 | 0.51 |
| Hex | DC | CC | 26 | 0 | 7 | 53 | E | 37 | 48 | 33 |
| Octal | 334 | 314 | 46 | 0 | 7 | 123 | 16 | 67 | 110 | 63 |
| Binary | 11011100 | 11001100 | 100110 | 0 | 111 | 1010011 | 1110 | 110111 | 1001000 | 110011 |
Color Harmonies of #DCCC26
Complementary color
Monochromatic Colors of #DCCC26
Black with #DCCC26
Text Example
Text Example
White with #DCCC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC26; }
p { color: rgb(220,204,38); }
H1.HeaderClassName
{
color: #DCCC26;
}
.AnyTagClassName
{
color: #DCCC26;
}
</style>
background-color css
<style>
a { background-color: #DCCC26; }
a { background-color: rgb(220,204,38); }
div.DivClassName
{
background-color: #DCCC26;
}
.BgClassName
{
background-color: #DCCC26;
}
</style>
border-color css
<style>
span { border-color: #DCCC26; }
span { border-color: rgb(220,204,38); }
td.TdClassName
{
border-color: #DCCC26;
}
.TagClassName
{
border-color: #DCCC26;
}
</style>