Shades of Barberry #D0C81C
Tints of Barberry #D0C81C
RGB
CMYK
RGB Variations
Color information
#D0C81C (or 0xD0C81C) is known color: Barberry. HEX triplet: D0, C8 and 1C. RGB value is (208,200,28). Sum of RGB (Red+Green+Blue) = 208+200+28=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 28 (11.33% from 255 or 6.42% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C81C is #2F37E3. Grayscale: #B7B7B7. Windows color (decimal): -3094500 or 1886416. OLE color: 1886416.
HSL color Cylindrical-coordinate representation of color #D0C81C: hue angle of 57.33º degrees, saturation: 0.76, 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 #D0C81C is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 28 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.18 |
| HSL | 57.33º | 0.76% | 0.46% | - |
| HSV(B) | 57.33º | 0.87% | 0.82% | - |
| XYZ | 46.88 | 54.8 | 9.21 | - |
| YUV | 182.78 | 40.65 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 28 | 0 | 0.04 | 0.87 | 0.18 | 57.33 | 0.76 | 0.46 |
| Hex | D0 | C8 | 1C | 0 | 4 | 57 | 12 | 39 | 4C | 2E |
| Octal | 320 | 310 | 34 | 0 | 4 | 127 | 22 | 71 | 114 | 56 |
| Binary | 11010000 | 11001000 | 11100 | 0 | 100 | 1010111 | 10010 | 111001 | 1001100 | 101110 |
Color Harmonies of #D0C81C
Complementary color
Monochromatic Colors of #D0C81C
Black with #D0C81C
Text Example
Text Example
White with #D0C81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C81C; }
p { color: rgb(208,200,28); }
H1.HeaderClassName
{
color: #D0C81C;
}
.AnyTagClassName
{
color: #D0C81C;
}
</style>
background-color css
<style>
a { background-color: #D0C81C; }
a { background-color: rgb(208,200,28); }
div.DivClassName
{
background-color: #D0C81C;
}
.BgClassName
{
background-color: #D0C81C;
}
</style>
border-color css
<style>
span { border-color: #D0C81C; }
span { border-color: rgb(208,200,28); }
td.TdClassName
{
border-color: #D0C81C;
}
.TagClassName
{
border-color: #D0C81C;
}
</style>