Shades of Barberry #D5DD0C
Tints of Barberry #D5DD0C
RGB
CMYK
RGB Variations
Color information
#D5DD0C (or 0xD5DD0C) is known color: Barberry. HEX triplet: D5, DD and 0C. RGB value is (213,221,12). Sum of RGB (Red+Green+Blue) = 213+221+12=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 12 (5.08% from 255 or 2.69% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5DD0C is #2A22F3. Grayscale: #C3C3C3. Windows color (decimal): -2761460 or 843221. OLE color: 843221.
HSL color Cylindrical-coordinate representation of color #D5DD0C: hue angle of 62.3º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5DD0C is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 12 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.13 |
| HSL | 62.3º | 0.9% | 0.46% | - |
| HSV(B) | 62.3º | 0.95% | 0.87% | - |
| XYZ | 53.36 | 65.89 | 10.25 | - |
| YUV | 194.78 | 24.85 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 12 | 0.04 | 0 | 0.95 | 0.13 | 62.3 | 0.9 | 0.46 |
| Hex | D5 | DD | C | 4 | 0 | 5F | D | 3E | 5A | 2E |
| Octal | 325 | 335 | 14 | 4 | 0 | 137 | 15 | 76 | 132 | 56 |
| Binary | 11010101 | 11011101 | 1100 | 100 | 0 | 1011111 | 1101 | 111110 | 1011010 | 101110 |
Color Harmonies of #D5DD0C
Complementary color
Monochromatic Colors of #D5DD0C
Black with #D5DD0C
Text Example
Text Example
White with #D5DD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD0C; }
p { color: rgb(213,221,12); }
H1.HeaderClassName
{
color: #D5DD0C;
}
.AnyTagClassName
{
color: #D5DD0C;
}
</style>
background-color css
<style>
a { background-color: #D5DD0C; }
a { background-color: rgb(213,221,12); }
div.DivClassName
{
background-color: #D5DD0C;
}
.BgClassName
{
background-color: #D5DD0C;
}
</style>
border-color css
<style>
span { border-color: #D5DD0C; }
span { border-color: rgb(213,221,12); }
td.TdClassName
{
border-color: #D5DD0C;
}
.TagClassName
{
border-color: #D5DD0C;
}
</style>