Shades of Barberry #D0C52C
Tints of Barberry #D0C52C
RGB
CMYK
RGB Variations
Color information
#D0C52C (or 0xD0C52C) is known color: Barberry. HEX triplet: D0, C5 and 2C. RGB value is (208,197,44). Sum of RGB (Red+Green+Blue) = 208+197+44=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C52C is #2F3AD3. Grayscale: #B7B7B7. Windows color (decimal): -3095252 or 2934224. OLE color: 2934224.
HSL color Cylindrical-coordinate representation of color #D0C52C: hue angle of 55.98º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0C52C is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 44 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.18 |
| HSL | 55.98º | 0.65% | 0.49% | - |
| HSV(B) | 55.98º | 0.79% | 0.82% | - |
| XYZ | 46.43 | 53.52 | 10.27 | - |
| YUV | 182.85 | 49.64 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 44 | 0 | 0.05 | 0.79 | 0.18 | 55.98 | 0.65 | 0.49 |
| Hex | D0 | C5 | 2C | 0 | 5 | 4F | 12 | 38 | 41 | 31 |
| Octal | 320 | 305 | 54 | 0 | 5 | 117 | 22 | 70 | 101 | 61 |
| Binary | 11010000 | 11000101 | 101100 | 0 | 101 | 1001111 | 10010 | 111000 | 1000001 | 110001 |
Color Harmonies of #D0C52C
Complementary color
Monochromatic Colors of #D0C52C
Black with #D0C52C
Text Example
Text Example
White with #D0C52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C52C; }
p { color: rgb(208,197,44); }
H1.HeaderClassName
{
color: #D0C52C;
}
.AnyTagClassName
{
color: #D0C52C;
}
</style>
background-color css
<style>
a { background-color: #D0C52C; }
a { background-color: rgb(208,197,44); }
div.DivClassName
{
background-color: #D0C52C;
}
.BgClassName
{
background-color: #D0C52C;
}
</style>
border-color css
<style>
span { border-color: #D0C52C; }
span { border-color: rgb(208,197,44); }
td.TdClassName
{
border-color: #D0C52C;
}
.TagClassName
{
border-color: #D0C52C;
}
</style>