Shades of Barberry #DCCE2A
Tints of Barberry #DCCE2A
RGB
CMYK
RGB Variations
Color information
#DCCE2A (or 0xDCCE2A) is known color: Barberry. HEX triplet: DC, CE and 2A. RGB value is (220,206,42). Sum of RGB (Red+Green+Blue) = 220+206+42=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 42 (16.80% from 255 or 8.97% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE2A is #2331D5. Grayscale: #C0C0C0. Windows color (decimal): -2306518 or 2805468. OLE color: 2805468.
HSL color Cylindrical-coordinate representation of color #DCCE2A: hue angle of 55.28º 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 #DCCE2A is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 42 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.14 |
| HSL | 55.28º | 0.72% | 0.51% | - |
| HSV(B) | 55.28º | 0.81% | 0.86% | - |
| XYZ | 52 | 59.53 | 10.94 | - |
| YUV | 191.49 | 43.64 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 42 | 0 | 0.06 | 0.81 | 0.14 | 55.28 | 0.72 | 0.51 |
| Hex | DC | CE | 2A | 0 | 6 | 51 | E | 37 | 48 | 33 |
| Octal | 334 | 316 | 52 | 0 | 6 | 121 | 16 | 67 | 110 | 63 |
| Binary | 11011100 | 11001110 | 101010 | 0 | 110 | 1010001 | 1110 | 110111 | 1001000 | 110011 |
Color Harmonies of #DCCE2A
Complementary color
Monochromatic Colors of #DCCE2A
Black with #DCCE2A
Text Example
Text Example
White with #DCCE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE2A; }
p { color: rgb(220,206,42); }
H1.HeaderClassName
{
color: #DCCE2A;
}
.AnyTagClassName
{
color: #DCCE2A;
}
</style>
background-color css
<style>
a { background-color: #DCCE2A; }
a { background-color: rgb(220,206,42); }
div.DivClassName
{
background-color: #DCCE2A;
}
.BgClassName
{
background-color: #DCCE2A;
}
</style>
border-color css
<style>
span { border-color: #DCCE2A; }
span { border-color: rgb(220,206,42); }
td.TdClassName
{
border-color: #DCCE2A;
}
.TagClassName
{
border-color: #DCCE2A;
}
</style>