Shades of Barberry #D0C91D
Tints of Barberry #D0C91D
RGB
CMYK
RGB Variations
Color information
#D0C91D (or 0xD0C91D) is known color: Barberry. HEX triplet: D0, C9 and 1D. RGB value is (208,201,29). Sum of RGB (Red+Green+Blue) = 208+201+29=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C91D is #2F36E2. Grayscale: #B8B8B8. Windows color (decimal): -3094243 or 1952208. OLE color: 1952208.
HSL color Cylindrical-coordinate representation of color #D0C91D: hue angle of 57.65º 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 #D0C91D is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 29 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.18 |
| HSL | 57.65º | 0.76% | 0.46% | - |
| HSV(B) | 57.65º | 0.86% | 0.82% | - |
| XYZ | 47.12 | 55.27 | 9.35 | - |
| YUV | 183.49 | 40.82 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 29 | 0 | 0.03 | 0.86 | 0.18 | 57.65 | 0.76 | 0.46 |
| Hex | D0 | C9 | 1D | 0 | 3 | 56 | 12 | 3A | 4C | 2E |
| Octal | 320 | 311 | 35 | 0 | 3 | 126 | 22 | 72 | 114 | 56 |
| Binary | 11010000 | 11001001 | 11101 | 0 | 11 | 1010110 | 10010 | 111010 | 1001100 | 101110 |
Color Harmonies of #D0C91D
Complementary color
Monochromatic Colors of #D0C91D
Black with #D0C91D
Text Example
Text Example
White with #D0C91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C91D; }
p { color: rgb(208,201,29); }
H1.HeaderClassName
{
color: #D0C91D;
}
.AnyTagClassName
{
color: #D0C91D;
}
</style>
background-color css
<style>
a { background-color: #D0C91D; }
a { background-color: rgb(208,201,29); }
div.DivClassName
{
background-color: #D0C91D;
}
.BgClassName
{
background-color: #D0C91D;
}
</style>
border-color css
<style>
span { border-color: #D0C91D; }
span { border-color: rgb(208,201,29); }
td.TdClassName
{
border-color: #D0C91D;
}
.TagClassName
{
border-color: #D0C91D;
}
</style>