Shades of Barberry #D0C91E
Tints of Barberry #D0C91E
RGB
CMYK
RGB Variations
Color information
#D0C91E (or 0xD0C91E) is known color: Barberry. HEX triplet: D0, C9 and 1E. RGB value is (208,201,30). Sum of RGB (Red+Green+Blue) = 208+201+30=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C91E is #2F36E1. Grayscale: #B8B8B8. Windows color (decimal): -3094242 or 2017744. OLE color: 2017744.
HSL color Cylindrical-coordinate representation of color #D0C91E: hue angle of 57.64º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0C91E is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 30 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.18 |
| HSL | 57.64º | 0.75% | 0.47% | - |
| HSV(B) | 57.64º | 0.86% | 0.82% | - |
| XYZ | 47.13 | 55.28 | 9.41 | - |
| YUV | 183.6 | 41.32 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 30 | 0 | 0.03 | 0.86 | 0.18 | 57.64 | 0.75 | 0.47 |
| Hex | D0 | C9 | 1E | 0 | 3 | 56 | 12 | 3A | 4B | 2F |
| Octal | 320 | 311 | 36 | 0 | 3 | 126 | 22 | 72 | 113 | 57 |
| Binary | 11010000 | 11001001 | 11110 | 0 | 11 | 1010110 | 10010 | 111010 | 1001011 | 101111 |
Color Harmonies of #D0C91E
Complementary color
Monochromatic Colors of #D0C91E
Black with #D0C91E
Text Example
Text Example
White with #D0C91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C91E; }
p { color: rgb(208,201,30); }
H1.HeaderClassName
{
color: #D0C91E;
}
.AnyTagClassName
{
color: #D0C91E;
}
</style>
background-color css
<style>
a { background-color: #D0C91E; }
a { background-color: rgb(208,201,30); }
div.DivClassName
{
background-color: #D0C91E;
}
.BgClassName
{
background-color: #D0C91E;
}
</style>
border-color css
<style>
span { border-color: #D0C91E; }
span { border-color: rgb(208,201,30); }
td.TdClassName
{
border-color: #D0C91E;
}
.TagClassName
{
border-color: #D0C91E;
}
</style>