Shades of Barberry #D0C527
Tints of Barberry #D0C527
RGB
CMYK
RGB Variations
Color information
#D0C527 (or 0xD0C527) is known color: Barberry. HEX triplet: D0, C5 and 27. RGB value is (208,197,39). Sum of RGB (Red+Green+Blue) = 208+197+39=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 39 (15.62% from 255 or 8.78% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C527 is #2F3AD8. Grayscale: #B6B6B6. Windows color (decimal): -3095257 or 2606544. OLE color: 2606544.
HSL color Cylindrical-coordinate representation of color #D0C527: hue angle of 56.09º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0C527 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 39 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.18 |
| HSL | 56.09º | 0.68% | 0.48% | - |
| HSV(B) | 56.09º | 0.81% | 0.82% | - |
| XYZ | 46.34 | 53.49 | 9.8 | - |
| YUV | 182.28 | 47.14 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 39 | 0 | 0.05 | 0.81 | 0.18 | 56.09 | 0.68 | 0.48 |
| Hex | D0 | C5 | 27 | 0 | 5 | 51 | 12 | 38 | 44 | 30 |
| Octal | 320 | 305 | 47 | 0 | 5 | 121 | 22 | 70 | 104 | 60 |
| Binary | 11010000 | 11000101 | 100111 | 0 | 101 | 1010001 | 10010 | 111000 | 1000100 | 110000 |
Color Harmonies of #D0C527
Complementary color
Monochromatic Colors of #D0C527
Black with #D0C527
Text Example
Text Example
White with #D0C527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C527; }
p { color: rgb(208,197,39); }
H1.HeaderClassName
{
color: #D0C527;
}
.AnyTagClassName
{
color: #D0C527;
}
</style>
background-color css
<style>
a { background-color: #D0C527; }
a { background-color: rgb(208,197,39); }
div.DivClassName
{
background-color: #D0C527;
}
.BgClassName
{
background-color: #D0C527;
}
</style>
border-color css
<style>
span { border-color: #D0C527; }
span { border-color: rgb(208,197,39); }
td.TdClassName
{
border-color: #D0C527;
}
.TagClassName
{
border-color: #D0C527;
}
</style>