Shades of Barberry #DCDE08
Tints of Barberry #DCDE08
RGB
CMYK
RGB Variations
Color information
#DCDE08 (or 0xDCDE08) is known color: Barberry. HEX triplet: DC, DE and 08. RGB value is (220,222,8). Sum of RGB (Red+Green+Blue) = 220+222+8=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 8 (3.52% from 255 or 1.78% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDE08 is #2321F7. Grayscale: #C5C5C5. Windows color (decimal): -2302456 or 581340. OLE color: 581340.
HSL color Cylindrical-coordinate representation of color #DCDE08: hue angle of 60.56º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCDE08 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 8 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.13 |
| HSL | 60.56º | 0.93% | 0.45% | - |
| HSV(B) | 60.56º | 0.96% | 0.87% | - |
| XYZ | 55.68 | 67.48 | 10.32 | - |
| YUV | 197.01 | 21.34 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 8 | 0.01 | 0 | 0.96 | 0.13 | 60.56 | 0.93 | 0.45 |
| Hex | DC | DE | 8 | 1 | 0 | 60 | D | 3D | 5D | 2D |
| Octal | 334 | 336 | 10 | 1 | 0 | 140 | 15 | 75 | 135 | 55 |
| Binary | 11011100 | 11011110 | 1000 | 1 | 0 | 1100000 | 1101 | 111101 | 1011101 | 101101 |
Color Harmonies of #DCDE08
Complementary color
Monochromatic Colors of #DCDE08
Black with #DCDE08
Text Example
Text Example
White with #DCDE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE08; }
p { color: rgb(220,222,8); }
H1.HeaderClassName
{
color: #DCDE08;
}
.AnyTagClassName
{
color: #DCDE08;
}
</style>
background-color css
<style>
a { background-color: #DCDE08; }
a { background-color: rgb(220,222,8); }
div.DivClassName
{
background-color: #DCDE08;
}
.BgClassName
{
background-color: #DCDE08;
}
</style>
border-color css
<style>
span { border-color: #DCDE08; }
span { border-color: rgb(220,222,8); }
td.TdClassName
{
border-color: #DCDE08;
}
.TagClassName
{
border-color: #DCDE08;
}
</style>