Shades of Barberry #D0C91C
Tints of Barberry #D0C91C
RGB
CMYK
RGB Variations
Color information
#D0C91C (or 0xD0C91C) is known color: Barberry. HEX triplet: D0, C9 and 1C. RGB value is (208,201,28). Sum of RGB (Red+Green+Blue) = 208+201+28=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C91C is #2F36E3. Grayscale: #B8B8B8. Windows color (decimal): -3094244 or 1886672. OLE color: 1886672.
HSL color Cylindrical-coordinate representation of color #D0C91C: hue angle of 57.67º 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 #D0C91C is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 28 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.18 |
| HSL | 57.67º | 0.76% | 0.46% | - |
| HSV(B) | 57.67º | 0.87% | 0.82% | - |
| XYZ | 47.11 | 55.27 | 9.28 | - |
| YUV | 183.37 | 40.32 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 28 | 0 | 0.03 | 0.87 | 0.18 | 57.67 | 0.76 | 0.46 |
| Hex | D0 | C9 | 1C | 0 | 3 | 57 | 12 | 3A | 4C | 2E |
| Octal | 320 | 311 | 34 | 0 | 3 | 127 | 22 | 72 | 114 | 56 |
| Binary | 11010000 | 11001001 | 11100 | 0 | 11 | 1010111 | 10010 | 111010 | 1001100 | 101110 |
Color Harmonies of #D0C91C
Complementary color
Monochromatic Colors of #D0C91C
Black with #D0C91C
Text Example
Text Example
White with #D0C91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C91C; }
p { color: rgb(208,201,28); }
H1.HeaderClassName
{
color: #D0C91C;
}
.AnyTagClassName
{
color: #D0C91C;
}
</style>
background-color css
<style>
a { background-color: #D0C91C; }
a { background-color: rgb(208,201,28); }
div.DivClassName
{
background-color: #D0C91C;
}
.BgClassName
{
background-color: #D0C91C;
}
</style>
border-color css
<style>
span { border-color: #D0C91C; }
span { border-color: rgb(208,201,28); }
td.TdClassName
{
border-color: #D0C91C;
}
.TagClassName
{
border-color: #D0C91C;
}
</style>