Shades of Barberry #D0C81B
Tints of Barberry #D0C81B
RGB
CMYK
RGB Variations
Color information
#D0C81B (or 0xD0C81B) is known color: Barberry. HEX triplet: D0, C8 and 1B. RGB value is (208,200,27). Sum of RGB (Red+Green+Blue) = 208+200+27=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 27 (10.94% from 255 or 6.21% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C81B is #2F37E4. Grayscale: #B7B7B7. Windows color (decimal): -3094501 or 1820880. OLE color: 1820880.
HSL color Cylindrical-coordinate representation of color #D0C81B: hue angle of 57.35º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0C81B is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 27 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.18 |
| HSL | 57.35º | 0.77% | 0.46% | - |
| HSV(B) | 57.35º | 0.87% | 0.82% | - |
| XYZ | 46.86 | 54.8 | 9.14 | - |
| YUV | 182.67 | 40.15 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 27 | 0 | 0.04 | 0.87 | 0.18 | 57.35 | 0.77 | 0.46 |
| Hex | D0 | C8 | 1B | 0 | 4 | 57 | 12 | 39 | 4D | 2E |
| Octal | 320 | 310 | 33 | 0 | 4 | 127 | 22 | 71 | 115 | 56 |
| Binary | 11010000 | 11001000 | 11011 | 0 | 100 | 1010111 | 10010 | 111001 | 1001101 | 101110 |
Color Harmonies of #D0C81B
Complementary color
Monochromatic Colors of #D0C81B
Black with #D0C81B
Text Example
Text Example
White with #D0C81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C81B; }
p { color: rgb(208,200,27); }
H1.HeaderClassName
{
color: #D0C81B;
}
.AnyTagClassName
{
color: #D0C81B;
}
</style>
background-color css
<style>
a { background-color: #D0C81B; }
a { background-color: rgb(208,200,27); }
div.DivClassName
{
background-color: #D0C81B;
}
.BgClassName
{
background-color: #D0C81B;
}
</style>
border-color css
<style>
span { border-color: #D0C81B; }
span { border-color: rgb(208,200,27); }
td.TdClassName
{
border-color: #D0C81B;
}
.TagClassName
{
border-color: #D0C81B;
}
</style>