Shades of Barberry #D0CC1B
Tints of Barberry #D0CC1B
RGB
CMYK
RGB Variations
Color information
#D0CC1B (or 0xD0CC1B) is known color: Barberry. HEX triplet: D0, CC and 1B. RGB value is (208,204,27). Sum of RGB (Red+Green+Blue) = 208+204+27=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 27 (10.94% from 255 or 6.15% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CC1B is #2F33E4. Grayscale: #B9B9B9. Windows color (decimal): -3093477 or 1821904. OLE color: 1821904.
HSL color Cylindrical-coordinate representation of color #D0CC1B: hue angle of 58.67º degrees, saturation: 0.77, 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 #D0CC1B is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 27 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.18 |
| HSL | 58.67º | 0.77% | 0.46% | - |
| HSV(B) | 58.67º | 0.87% | 0.82% | - |
| XYZ | 47.8 | 56.67 | 9.46 | - |
| YUV | 185.02 | 38.83 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 27 | 0 | 0.02 | 0.87 | 0.18 | 58.67 | 0.77 | 0.46 |
| Hex | D0 | CC | 1B | 0 | 2 | 57 | 12 | 3B | 4D | 2E |
| Octal | 320 | 314 | 33 | 0 | 2 | 127 | 22 | 73 | 115 | 56 |
| Binary | 11010000 | 11001100 | 11011 | 0 | 10 | 1010111 | 10010 | 111011 | 1001101 | 101110 |
Color Harmonies of #D0CC1B
Complementary color
Monochromatic Colors of #D0CC1B
Black with #D0CC1B
Text Example
Text Example
White with #D0CC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC1B; }
p { color: rgb(208,204,27); }
H1.HeaderClassName
{
color: #D0CC1B;
}
.AnyTagClassName
{
color: #D0CC1B;
}
</style>
background-color css
<style>
a { background-color: #D0CC1B; }
a { background-color: rgb(208,204,27); }
div.DivClassName
{
background-color: #D0CC1B;
}
.BgClassName
{
background-color: #D0CC1B;
}
</style>
border-color css
<style>
span { border-color: #D0CC1B; }
span { border-color: rgb(208,204,27); }
td.TdClassName
{
border-color: #D0CC1B;
}
.TagClassName
{
border-color: #D0CC1B;
}
</style>