Shades of Barberry #DCDD12
Tints of Barberry #DCDD12
RGB
CMYK
RGB Variations
Color information
#DCDD12 (or 0xDCDD12) is known color: Barberry. HEX triplet: DC, DD and 12. RGB value is (220,221,18). Sum of RGB (Red+Green+Blue) = 220+221+18=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDD12 is #2322ED. Grayscale: #C6C6C6. Windows color (decimal): -2302702 or 1236444. OLE color: 1236444.
HSL color Cylindrical-coordinate representation of color #DCDD12: hue angle of 60.3º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCDD12 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 18 | - |
| CMYK | 0.00 | 0 | 0.92 | 0.13 |
| HSL | 60.3º | 0.85% | 0.47% | - |
| HSV(B) | 60.3º | 0.92% | 0.87% | - |
| XYZ | 55.48 | 66.97 | 10.58 | - |
| YUV | 197.56 | 26.67 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 18 | 0.00 | 0 | 0.92 | 0.13 | 60.3 | 0.85 | 0.47 |
| Hex | DC | DD | 12 | 0 | 0 | 5C | D | 3C | 55 | 2F |
| Octal | 334 | 335 | 22 | 0 | 0 | 134 | 15 | 74 | 125 | 57 |
| Binary | 11011100 | 11011101 | 10010 | 0 | 0 | 1011100 | 1101 | 111100 | 1010101 | 101111 |
Color Harmonies of #DCDD12
Complementary color
Monochromatic Colors of #DCDD12
Black with #DCDD12
Text Example
Text Example
White with #DCDD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD12; }
p { color: rgb(220,221,18); }
H1.HeaderClassName
{
color: #DCDD12;
}
.AnyTagClassName
{
color: #DCDD12;
}
</style>
background-color css
<style>
a { background-color: #DCDD12; }
a { background-color: rgb(220,221,18); }
div.DivClassName
{
background-color: #DCDD12;
}
.BgClassName
{
background-color: #DCDD12;
}
</style>
border-color css
<style>
span { border-color: #DCDD12; }
span { border-color: rgb(220,221,18); }
td.TdClassName
{
border-color: #DCDD12;
}
.TagClassName
{
border-color: #DCDD12;
}
</style>