Shades of Barberry #DCDD08
Tints of Barberry #DCDD08
RGB
CMYK
RGB Variations
Color information
#DCDD08 (or 0xDCDD08) is known color: Barberry. HEX triplet: DC, DD and 08. RGB value is (220,221,8). Sum of RGB (Red+Green+Blue) = 220+221+8=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 8 (3.52% from 255 or 1.78% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDD08 is #2322F7. Grayscale: #C5C5C5. Windows color (decimal): -2302712 or 581084. OLE color: 581084.
HSL color Cylindrical-coordinate representation of color #DCDD08: hue angle of 60.28º 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 #DCDD08 is Cyan = 0.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 8 | - |
| CMYK | 0.00 | 0 | 0.96 | 0.13 |
| HSL | 60.28º | 0.93% | 0.45% | - |
| HSV(B) | 60.28º | 0.96% | 0.87% | - |
| XYZ | 55.42 | 66.95 | 10.23 | - |
| YUV | 196.42 | 21.67 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 8 | 0.00 | 0 | 0.96 | 0.13 | 60.28 | 0.93 | 0.45 |
| Hex | DC | DD | 8 | 0 | 0 | 60 | D | 3C | 5D | 2D |
| Octal | 334 | 335 | 10 | 0 | 0 | 140 | 15 | 74 | 135 | 55 |
| Binary | 11011100 | 11011101 | 1000 | 0 | 0 | 1100000 | 1101 | 111100 | 1011101 | 101101 |
Color Harmonies of #DCDD08
Complementary color
Monochromatic Colors of #DCDD08
Black with #DCDD08
Text Example
Text Example
White with #DCDD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD08; }
p { color: rgb(220,221,8); }
H1.HeaderClassName
{
color: #DCDD08;
}
.AnyTagClassName
{
color: #DCDD08;
}
</style>
background-color css
<style>
a { background-color: #DCDD08; }
a { background-color: rgb(220,221,8); }
div.DivClassName
{
background-color: #DCDD08;
}
.BgClassName
{
background-color: #DCDD08;
}
</style>
border-color css
<style>
span { border-color: #DCDD08; }
span { border-color: rgb(220,221,8); }
td.TdClassName
{
border-color: #DCDD08;
}
.TagClassName
{
border-color: #DCDD08;
}
</style>