Shades of Barberry #DCDD0F
Tints of Barberry #DCDD0F
RGB
CMYK
RGB Variations
Color information
#DCDD0F (or 0xDCDD0F) is known color: Barberry. HEX triplet: DC, DD and 0F. RGB value is (220,221,15). Sum of RGB (Red+Green+Blue) = 220+221+15=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 15 (6.25% from 255 or 3.29% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDD0F is #2322F0. Grayscale: #C6C6C6. Windows color (decimal): -2302705 or 1039836. OLE color: 1039836.
HSL color Cylindrical-coordinate representation of color #DCDD0F: hue angle of 60.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCDD0F is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 15 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.13 |
| HSL | 60.29º | 0.87% | 0.46% | - |
| HSV(B) | 60.29º | 0.93% | 0.87% | - |
| XYZ | 55.46 | 66.96 | 10.45 | - |
| YUV | 197.22 | 25.17 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 15 | 0.00 | 0 | 0.93 | 0.13 | 60.29 | 0.87 | 0.46 |
| Hex | DC | DD | F | 0 | 0 | 5D | D | 3C | 57 | 2E |
| Octal | 334 | 335 | 17 | 0 | 0 | 135 | 15 | 74 | 127 | 56 |
| Binary | 11011100 | 11011101 | 1111 | 0 | 0 | 1011101 | 1101 | 111100 | 1010111 | 101110 |
Color Harmonies of #DCDD0F
Complementary color
Monochromatic Colors of #DCDD0F
Black with #DCDD0F
Text Example
Text Example
White with #DCDD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD0F; }
p { color: rgb(220,221,15); }
H1.HeaderClassName
{
color: #DCDD0F;
}
.AnyTagClassName
{
color: #DCDD0F;
}
</style>
background-color css
<style>
a { background-color: #DCDD0F; }
a { background-color: rgb(220,221,15); }
div.DivClassName
{
background-color: #DCDD0F;
}
.BgClassName
{
background-color: #DCDD0F;
}
</style>
border-color css
<style>
span { border-color: #DCDD0F; }
span { border-color: rgb(220,221,15); }
td.TdClassName
{
border-color: #DCDD0F;
}
.TagClassName
{
border-color: #DCDD0F;
}
</style>