Shades of Barberry #D5DC0B
Tints of Barberry #D5DC0B
RGB
CMYK
RGB Variations
Color information
#D5DC0B (or 0xD5DC0B) is known color: Barberry. HEX triplet: D5, DC and 0B. RGB value is (213,220,11). Sum of RGB (Red+Green+Blue) = 213+220+11=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5DC0B is #2A23F4. Grayscale: #C2C2C2. Windows color (decimal): -2761717 or 777429. OLE color: 777429.
HSL color Cylindrical-coordinate representation of color #D5DC0B: hue angle of 62.01º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5DC0B is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 220 | 11 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.14 |
| HSL | 62.01º | 0.9% | 0.45% | - |
| HSV(B) | 62.01º | 0.95% | 0.86% | - |
| XYZ | 53.09 | 65.36 | 10.13 | - |
| YUV | 194.08 | 24.68 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 11 | 0.03 | 0 | 0.95 | 0.14 | 62.01 | 0.9 | 0.45 |
| Hex | D5 | DC | B | 3 | 0 | 5F | E | 3E | 5A | 2D |
| Octal | 325 | 334 | 13 | 3 | 0 | 137 | 16 | 76 | 132 | 55 |
| Binary | 11010101 | 11011100 | 1011 | 11 | 0 | 1011111 | 1110 | 111110 | 1011010 | 101101 |
Color Harmonies of #D5DC0B
Complementary color
Monochromatic Colors of #D5DC0B
Black with #D5DC0B
Text Example
Text Example
White with #D5DC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DC0B; }
p { color: rgb(213,220,11); }
H1.HeaderClassName
{
color: #D5DC0B;
}
.AnyTagClassName
{
color: #D5DC0B;
}
</style>
background-color css
<style>
a { background-color: #D5DC0B; }
a { background-color: rgb(213,220,11); }
div.DivClassName
{
background-color: #D5DC0B;
}
.BgClassName
{
background-color: #D5DC0B;
}
</style>
border-color css
<style>
span { border-color: #D5DC0B; }
span { border-color: rgb(213,220,11); }
td.TdClassName
{
border-color: #D5DC0B;
}
.TagClassName
{
border-color: #D5DC0B;
}
</style>