Shades of Barberry #D0D81B
Tints of Barberry #D0D81B
RGB
CMYK
RGB Variations
Color information
#D0D81B (or 0xD0D81B) is known color: Barberry. HEX triplet: D0, D8 and 1B. RGB value is (208,216,27). Sum of RGB (Red+Green+Blue) = 208+216+27=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 27 (10.94% from 255 or 5.99% from 451); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D81B is #2F27E4. Grayscale: #C0C0C0. Windows color (decimal): -3090405 or 1824976. OLE color: 1824976.
HSL color Cylindrical-coordinate representation of color #D0D81B: hue angle of 62.54º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0D81B is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 216 | 27 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.15 |
| HSL | 62.54º | 0.78% | 0.48% | - |
| HSV(B) | 62.54º | 0.88% | 0.85% | - |
| XYZ | 50.77 | 62.6 | 10.44 | - |
| YUV | 192.06 | 34.85 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 27 | 0.04 | 0 | 0.88 | 0.15 | 62.54 | 0.78 | 0.48 |
| Hex | D0 | D8 | 1B | 4 | 0 | 58 | F | 3F | 4E | 30 |
| Octal | 320 | 330 | 33 | 4 | 0 | 130 | 17 | 77 | 116 | 60 |
| Binary | 11010000 | 11011000 | 11011 | 100 | 0 | 1011000 | 1111 | 111111 | 1001110 | 110000 |
Color Harmonies of #D0D81B
Complementary color
Monochromatic Colors of #D0D81B
Black with #D0D81B
Text Example
Text Example
White with #D0D81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D81B; }
p { color: rgb(208,216,27); }
H1.HeaderClassName
{
color: #D0D81B;
}
.AnyTagClassName
{
color: #D0D81B;
}
</style>
background-color css
<style>
a { background-color: #D0D81B; }
a { background-color: rgb(208,216,27); }
div.DivClassName
{
background-color: #D0D81B;
}
.BgClassName
{
background-color: #D0D81B;
}
</style>
border-color css
<style>
span { border-color: #D0D81B; }
span { border-color: rgb(208,216,27); }
td.TdClassName
{
border-color: #D0D81B;
}
.TagClassName
{
border-color: #D0D81B;
}
</style>