Shades of Barberry #D2DD0B
Tints of Barberry #D2DD0B
RGB
CMYK
RGB Variations
Color information
#D2DD0B (or 0xD2DD0B) is known color: Barberry. HEX triplet: D2, DD and 0B. RGB value is (210,221,11). Sum of RGB (Red+Green+Blue) = 210+221+11=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 11 (4.69% from 255 or 2.49% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DD0B is #2D22F4. Grayscale: #C2C2C2. Windows color (decimal): -2958069 or 777682. OLE color: 777682.
HSL color Cylindrical-coordinate representation of color #D2DD0B: hue angle of 63.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2DD0B is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 11 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.13 |
| HSL | 63.14º | 0.91% | 0.45% | - |
| HSV(B) | 63.14º | 0.95% | 0.87% | - |
| XYZ | 52.5 | 65.44 | 10.18 | - |
| YUV | 193.77 | 24.86 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 11 | 0.05 | 0 | 0.95 | 0.13 | 63.14 | 0.91 | 0.45 |
| Hex | D2 | DD | B | 5 | 0 | 5F | D | 3F | 5B | 2D |
| Octal | 322 | 335 | 13 | 5 | 0 | 137 | 15 | 77 | 133 | 55 |
| Binary | 11010010 | 11011101 | 1011 | 101 | 0 | 1011111 | 1101 | 111111 | 1011011 | 101101 |
Color Harmonies of #D2DD0B
Complementary color
Monochromatic Colors of #D2DD0B
Black with #D2DD0B
Text Example
Text Example
White with #D2DD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DD0B; }
p { color: rgb(210,221,11); }
H1.HeaderClassName
{
color: #D2DD0B;
}
.AnyTagClassName
{
color: #D2DD0B;
}
</style>
background-color css
<style>
a { background-color: #D2DD0B; }
a { background-color: rgb(210,221,11); }
div.DivClassName
{
background-color: #D2DD0B;
}
.BgClassName
{
background-color: #D2DD0B;
}
</style>
border-color css
<style>
span { border-color: #D2DD0B; }
span { border-color: rgb(210,221,11); }
td.TdClassName
{
border-color: #D2DD0B;
}
.TagClassName
{
border-color: #D2DD0B;
}
</style>