Shades of Barberry #DCCE29
Tints of Barberry #DCCE29
RGB
CMYK
RGB Variations
Color information
#DCCE29 (or 0xDCCE29) is known color: Barberry. HEX triplet: DC, CE and 29. RGB value is (220,206,41). Sum of RGB (Red+Green+Blue) = 220+206+41=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 41 (16.41% from 255 or 8.78% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE29 is #2331D6. Grayscale: #C0C0C0. Windows color (decimal): -2306519 or 2739932. OLE color: 2739932.
HSL color Cylindrical-coordinate representation of color #DCCE29: hue angle of 55.31º 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 #DCCE29 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 41 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.14 |
| HSL | 55.31º | 0.72% | 0.51% | - |
| HSV(B) | 55.31º | 0.81% | 0.86% | - |
| XYZ | 51.99 | 59.52 | 10.85 | - |
| YUV | 191.38 | 43.14 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 41 | 0 | 0.06 | 0.81 | 0.14 | 55.31 | 0.72 | 0.51 |
| Hex | DC | CE | 29 | 0 | 6 | 51 | E | 37 | 48 | 33 |
| Octal | 334 | 316 | 51 | 0 | 6 | 121 | 16 | 67 | 110 | 63 |
| Binary | 11011100 | 11001110 | 101001 | 0 | 110 | 1010001 | 1110 | 110111 | 1001000 | 110011 |
Color Harmonies of #DCCE29
Complementary color
Monochromatic Colors of #DCCE29
Black with #DCCE29
Text Example
Text Example
White with #DCCE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE29; }
p { color: rgb(220,206,41); }
H1.HeaderClassName
{
color: #DCCE29;
}
.AnyTagClassName
{
color: #DCCE29;
}
</style>
background-color css
<style>
a { background-color: #DCCE29; }
a { background-color: rgb(220,206,41); }
div.DivClassName
{
background-color: #DCCE29;
}
.BgClassName
{
background-color: #DCCE29;
}
</style>
border-color css
<style>
span { border-color: #DCCE29; }
span { border-color: rgb(220,206,41); }
td.TdClassName
{
border-color: #DCCE29;
}
.TagClassName
{
border-color: #DCCE29;
}
</style>