Shades of Barberry #DCDB12
Tints of Barberry #DCDB12
RGB
CMYK
RGB Variations
Color information
#DCDB12 (or 0xDCDB12) is known color: Barberry. HEX triplet: DC, DB and 12. RGB value is (220,219,18). Sum of RGB (Red+Green+Blue) = 220+219+18=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 18 (7.42% from 255 or 3.94% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDB12 is #2324ED. Grayscale: #C5C5C5. Windows color (decimal): -2303214 or 1235932. OLE color: 1235932.
HSL color Cylindrical-coordinate representation of color #DCDB12: hue angle of 59.7º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCDB12 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 18 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.14 |
| HSL | 59.7º | 0.85% | 0.47% | - |
| HSV(B) | 59.7º | 0.92% | 0.86% | - |
| XYZ | 54.96 | 65.92 | 10.4 | - |
| YUV | 196.39 | 27.33 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 18 | 0 | 0.00 | 0.92 | 0.14 | 59.7 | 0.85 | 0.47 |
| Hex | DC | DB | 12 | 0 | 0 | 5C | E | 3C | 55 | 2F |
| Octal | 334 | 333 | 22 | 0 | 0 | 134 | 16 | 74 | 125 | 57 |
| Binary | 11011100 | 11011011 | 10010 | 0 | 0 | 1011100 | 1110 | 111100 | 1010101 | 101111 |
Color Harmonies of #DCDB12
Complementary color
Monochromatic Colors of #DCDB12
Black with #DCDB12
Text Example
Text Example
White with #DCDB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB12; }
p { color: rgb(220,219,18); }
H1.HeaderClassName
{
color: #DCDB12;
}
.AnyTagClassName
{
color: #DCDB12;
}
</style>
background-color css
<style>
a { background-color: #DCDB12; }
a { background-color: rgb(220,219,18); }
div.DivClassName
{
background-color: #DCDB12;
}
.BgClassName
{
background-color: #DCDB12;
}
</style>
border-color css
<style>
span { border-color: #DCDB12; }
span { border-color: rgb(220,219,18); }
td.TdClassName
{
border-color: #DCDB12;
}
.TagClassName
{
border-color: #DCDB12;
}
</style>