Shades of Barberry #D0DA1B
Tints of Barberry #D0DA1B
RGB
CMYK
RGB Variations
Color information
#D0DA1B (or 0xD0DA1B) is known color: Barberry. HEX triplet: D0, DA and 1B. RGB value is (208,218,27). Sum of RGB (Red+Green+Blue) = 208+218+27=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 27 (10.94% from 255 or 5.96% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DA1B is #2F25E4. Grayscale: #C1C1C1. Windows color (decimal): -3089893 or 1825488. OLE color: 1825488.
HSL color Cylindrical-coordinate representation of color #D0DA1B: hue angle of 63.14º 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 #D0DA1B is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 27 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.15 |
| HSL | 63.14º | 0.78% | 0.48% | - |
| HSV(B) | 63.14º | 0.88% | 0.85% | - |
| XYZ | 51.28 | 63.63 | 10.62 | - |
| YUV | 193.24 | 34.19 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 27 | 0.05 | 0 | 0.88 | 0.15 | 63.14 | 0.78 | 0.48 |
| Hex | D0 | DA | 1B | 5 | 0 | 58 | F | 3F | 4E | 30 |
| Octal | 320 | 332 | 33 | 5 | 0 | 130 | 17 | 77 | 116 | 60 |
| Binary | 11010000 | 11011010 | 11011 | 101 | 0 | 1011000 | 1111 | 111111 | 1001110 | 110000 |
Color Harmonies of #D0DA1B
Complementary color
Monochromatic Colors of #D0DA1B
Black with #D0DA1B
Text Example
Text Example
White with #D0DA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA1B; }
p { color: rgb(208,218,27); }
H1.HeaderClassName
{
color: #D0DA1B;
}
.AnyTagClassName
{
color: #D0DA1B;
}
</style>
background-color css
<style>
a { background-color: #D0DA1B; }
a { background-color: rgb(208,218,27); }
div.DivClassName
{
background-color: #D0DA1B;
}
.BgClassName
{
background-color: #D0DA1B;
}
</style>
border-color css
<style>
span { border-color: #D0DA1B; }
span { border-color: rgb(208,218,27); }
td.TdClassName
{
border-color: #D0DA1B;
}
.TagClassName
{
border-color: #D0DA1B;
}
</style>