Shades of Barberry #D0C81D
Tints of Barberry #D0C81D
RGB
CMYK
RGB Variations
Color information
#D0C81D (or 0xD0C81D) is known color: Barberry. HEX triplet: D0, C8 and 1D. RGB value is (208,200,29). Sum of RGB (Red+Green+Blue) = 208+200+29=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 29 (11.72% from 255 or 6.64% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C81D is #2F37E2. Grayscale: #B7B7B7. Windows color (decimal): -3094499 or 1951952. OLE color: 1951952.
HSL color Cylindrical-coordinate representation of color #D0C81D: hue angle of 57.32º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0C81D is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 29 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.18 |
| HSL | 57.32º | 0.76% | 0.46% | - |
| HSV(B) | 57.32º | 0.86% | 0.82% | - |
| XYZ | 46.89 | 54.81 | 9.27 | - |
| YUV | 182.9 | 41.15 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 29 | 0 | 0.04 | 0.86 | 0.18 | 57.32 | 0.76 | 0.46 |
| Hex | D0 | C8 | 1D | 0 | 4 | 56 | 12 | 39 | 4C | 2E |
| Octal | 320 | 310 | 35 | 0 | 4 | 126 | 22 | 71 | 114 | 56 |
| Binary | 11010000 | 11001000 | 11101 | 0 | 100 | 1010110 | 10010 | 111001 | 1001100 | 101110 |
Color Harmonies of #D0C81D
Complementary color
Monochromatic Colors of #D0C81D
Black with #D0C81D
Text Example
Text Example
White with #D0C81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C81D; }
p { color: rgb(208,200,29); }
H1.HeaderClassName
{
color: #D0C81D;
}
.AnyTagClassName
{
color: #D0C81D;
}
</style>
background-color css
<style>
a { background-color: #D0C81D; }
a { background-color: rgb(208,200,29); }
div.DivClassName
{
background-color: #D0C81D;
}
.BgClassName
{
background-color: #D0C81D;
}
</style>
border-color css
<style>
span { border-color: #D0C81D; }
span { border-color: rgb(208,200,29); }
td.TdClassName
{
border-color: #D0C81D;
}
.TagClassName
{
border-color: #D0C81D;
}
</style>