Shades of Barberry #D8DD12
Tints of Barberry #D8DD12
RGB
CMYK
RGB Variations
Color information
#D8DD12 (or 0xD8DD12) is known color: Barberry. HEX triplet: D8, DD and 12. RGB value is (216,221,18). Sum of RGB (Red+Green+Blue) = 216+221+18=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 18 (7.42% from 255 or 3.96% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8DD12 is #2722ED. Grayscale: #C5C5C5. Windows color (decimal): -2564846 or 1236440. OLE color: 1236440.
HSL color Cylindrical-coordinate representation of color #D8DD12: hue angle of 61.48º 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 #D8DD12 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 18 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.13 |
| HSL | 61.48º | 0.85% | 0.47% | - |
| HSV(B) | 61.48º | 0.92% | 0.87% | - |
| XYZ | 54.28 | 66.36 | 10.52 | - |
| YUV | 196.36 | 27.34 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 18 | 0.02 | 0 | 0.92 | 0.13 | 61.48 | 0.85 | 0.47 |
| Hex | D8 | DD | 12 | 2 | 0 | 5C | D | 3D | 55 | 2F |
| Octal | 330 | 335 | 22 | 2 | 0 | 134 | 15 | 75 | 125 | 57 |
| Binary | 11011000 | 11011101 | 10010 | 10 | 0 | 1011100 | 1101 | 111101 | 1010101 | 101111 |
Color Harmonies of #D8DD12
Complementary color
Monochromatic Colors of #D8DD12
Black with #D8DD12
Text Example
Text Example
White with #D8DD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DD12; }
p { color: rgb(216,221,18); }
H1.HeaderClassName
{
color: #D8DD12;
}
.AnyTagClassName
{
color: #D8DD12;
}
</style>
background-color css
<style>
a { background-color: #D8DD12; }
a { background-color: rgb(216,221,18); }
div.DivClassName
{
background-color: #D8DD12;
}
.BgClassName
{
background-color: #D8DD12;
}
</style>
border-color css
<style>
span { border-color: #D8DD12; }
span { border-color: rgb(216,221,18); }
td.TdClassName
{
border-color: #D8DD12;
}
.TagClassName
{
border-color: #D8DD12;
}
</style>