Shades of Barberry #D0D11C
Tints of Barberry #D0D11C
RGB
CMYK
RGB Variations
Color information
#D0D11C (or 0xD0D11C) is known color: Barberry. HEX triplet: D0, D1 and 1C. RGB value is (208,209,28). Sum of RGB (Red+Green+Blue) = 208+209+28=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D11C is #2F2EE3. Grayscale: #BCBCBC. Windows color (decimal): -3092196 or 1888720. OLE color: 1888720.
HSL color Cylindrical-coordinate representation of color #D0D11C: hue angle of 60.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 #D0D11C is Cyan = 0.00, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 28 | - |
| CMYK | 0.00 | 0 | 0.87 | 0.18 |
| HSL | 60.33º | 0.76% | 0.46% | - |
| HSV(B) | 60.33º | 0.87% | 0.82% | - |
| XYZ | 49.02 | 59.09 | 9.92 | - |
| YUV | 188.07 | 37.67 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 28 | 0.00 | 0 | 0.87 | 0.18 | 60.33 | 0.76 | 0.46 |
| Hex | D0 | D1 | 1C | 0 | 0 | 57 | 12 | 3C | 4C | 2E |
| Octal | 320 | 321 | 34 | 0 | 0 | 127 | 22 | 74 | 114 | 56 |
| Binary | 11010000 | 11010001 | 11100 | 0 | 0 | 1010111 | 10010 | 111100 | 1001100 | 101110 |
Color Harmonies of #D0D11C
Complementary color
Monochromatic Colors of #D0D11C
Black with #D0D11C
Text Example
Text Example
White with #D0D11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D11C; }
p { color: rgb(208,209,28); }
H1.HeaderClassName
{
color: #D0D11C;
}
.AnyTagClassName
{
color: #D0D11C;
}
</style>
background-color css
<style>
a { background-color: #D0D11C; }
a { background-color: rgb(208,209,28); }
div.DivClassName
{
background-color: #D0D11C;
}
.BgClassName
{
background-color: #D0D11C;
}
</style>
border-color css
<style>
span { border-color: #D0D11C; }
span { border-color: rgb(208,209,28); }
td.TdClassName
{
border-color: #D0D11C;
}
.TagClassName
{
border-color: #D0D11C;
}
</style>