Shades of Barberry #D0CF1D
Tints of Barberry #D0CF1D
RGB
CMYK
RGB Variations
Color information
#D0CF1D (or 0xD0CF1D) is known color: Barberry. HEX triplet: D0, CF and 1D. RGB value is (208,207,29). Sum of RGB (Red+Green+Blue) = 208+207+29=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 29 (11.72% from 255 or 6.53% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CF1D is #2F30E2. Grayscale: #BBBBBB. Windows color (decimal): -3092707 or 1953744. OLE color: 1953744.
HSL color Cylindrical-coordinate representation of color #D0CF1D: hue angle of 59.66º 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 #D0CF1D is Cyan = 0, Magento = 0.00, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 29 | - |
| CMYK | 0 | 0.00 | 0.86 | 0.18 |
| HSL | 59.66º | 0.76% | 0.46% | - |
| HSV(B) | 59.66º | 0.86% | 0.82% | - |
| XYZ | 48.55 | 58.12 | 9.82 | - |
| YUV | 187.01 | 38.83 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 29 | 0 | 0.00 | 0.86 | 0.18 | 59.66 | 0.76 | 0.46 |
| Hex | D0 | CF | 1D | 0 | 0 | 56 | 12 | 3C | 4C | 2E |
| Octal | 320 | 317 | 35 | 0 | 0 | 126 | 22 | 74 | 114 | 56 |
| Binary | 11010000 | 11001111 | 11101 | 0 | 0 | 1010110 | 10010 | 111100 | 1001100 | 101110 |
Color Harmonies of #D0CF1D
Complementary color
Monochromatic Colors of #D0CF1D
Black with #D0CF1D
Text Example
Text Example
White with #D0CF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF1D; }
p { color: rgb(208,207,29); }
H1.HeaderClassName
{
color: #D0CF1D;
}
.AnyTagClassName
{
color: #D0CF1D;
}
</style>
background-color css
<style>
a { background-color: #D0CF1D; }
a { background-color: rgb(208,207,29); }
div.DivClassName
{
background-color: #D0CF1D;
}
.BgClassName
{
background-color: #D0CF1D;
}
</style>
border-color css
<style>
span { border-color: #D0CF1D; }
span { border-color: rgb(208,207,29); }
td.TdClassName
{
border-color: #D0CF1D;
}
.TagClassName
{
border-color: #D0CF1D;
}
</style>