Shades of Barberry #D4DC13
Tints of Barberry #D4DC13
RGB
CMYK
RGB Variations
Color information
#D4DC13 (or 0xD4DC13) is known color: Barberry. HEX triplet: D4, DC and 13. RGB value is (212,220,19). Sum of RGB (Red+Green+Blue) = 212+220+19=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 19 (7.81% from 255 or 4.21% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4DC13 is #2B23EC. Grayscale: #C3C3C3. Windows color (decimal): -2827245 or 1301716. OLE color: 1301716.
HSL color Cylindrical-coordinate representation of color #D4DC13: hue angle of 62.39º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4DC13 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 19 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.14 |
| HSL | 62.39º | 0.84% | 0.47% | - |
| HSV(B) | 62.39º | 0.91% | 0.86% | - |
| XYZ | 52.86 | 65.23 | 10.42 | - |
| YUV | 194.69 | 28.85 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 19 | 0.04 | 0 | 0.91 | 0.14 | 62.39 | 0.84 | 0.47 |
| Hex | D4 | DC | 13 | 4 | 0 | 5B | E | 3E | 54 | 2F |
| Octal | 324 | 334 | 23 | 4 | 0 | 133 | 16 | 76 | 124 | 57 |
| Binary | 11010100 | 11011100 | 10011 | 100 | 0 | 1011011 | 1110 | 111110 | 1010100 | 101111 |
Color Harmonies of #D4DC13
Complementary color
Monochromatic Colors of #D4DC13
Black with #D4DC13
Text Example
Text Example
White with #D4DC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC13; }
p { color: rgb(212,220,19); }
H1.HeaderClassName
{
color: #D4DC13;
}
.AnyTagClassName
{
color: #D4DC13;
}
</style>
background-color css
<style>
a { background-color: #D4DC13; }
a { background-color: rgb(212,220,19); }
div.DivClassName
{
background-color: #D4DC13;
}
.BgClassName
{
background-color: #D4DC13;
}
</style>
border-color css
<style>
span { border-color: #D4DC13; }
span { border-color: rgb(212,220,19); }
td.TdClassName
{
border-color: #D4DC13;
}
.TagClassName
{
border-color: #D4DC13;
}
</style>