Shades of Barberry #DCCE26
Tints of Barberry #DCCE26
RGB
CMYK
RGB Variations
Color information
#DCCE26 (or 0xDCCE26) is known color: Barberry. HEX triplet: DC, CE and 26. RGB value is (220,206,38). Sum of RGB (Red+Green+Blue) = 220+206+38=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 38 (15.23% from 255 or 8.19% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE26 is #2331D9. Grayscale: #BFBFBF. Windows color (decimal): -2306522 or 2543324. OLE color: 2543324.
HSL color Cylindrical-coordinate representation of color #DCCE26: hue angle of 55.38º 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 #DCCE26 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 38 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.14 |
| HSL | 55.38º | 0.72% | 0.51% | - |
| HSV(B) | 55.38º | 0.83% | 0.86% | - |
| XYZ | 51.94 | 59.5 | 10.58 | - |
| YUV | 191.03 | 41.64 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 38 | 0 | 0.06 | 0.83 | 0.14 | 55.38 | 0.72 | 0.51 |
| Hex | DC | CE | 26 | 0 | 6 | 53 | E | 37 | 48 | 33 |
| Octal | 334 | 316 | 46 | 0 | 6 | 123 | 16 | 67 | 110 | 63 |
| Binary | 11011100 | 11001110 | 100110 | 0 | 110 | 1010011 | 1110 | 110111 | 1001000 | 110011 |
Color Harmonies of #DCCE26
Complementary color
Monochromatic Colors of #DCCE26
Black with #DCCE26
Text Example
Text Example
White with #DCCE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE26; }
p { color: rgb(220,206,38); }
H1.HeaderClassName
{
color: #DCCE26;
}
.AnyTagClassName
{
color: #DCCE26;
}
</style>
background-color css
<style>
a { background-color: #DCCE26; }
a { background-color: rgb(220,206,38); }
div.DivClassName
{
background-color: #DCCE26;
}
.BgClassName
{
background-color: #DCCE26;
}
</style>
border-color css
<style>
span { border-color: #DCCE26; }
span { border-color: rgb(220,206,38); }
td.TdClassName
{
border-color: #DCCE26;
}
.TagClassName
{
border-color: #DCCE26;
}
</style>