Shades of Barberry #D0C628
Tints of Barberry #D0C628
RGB
CMYK
RGB Variations
Color information
#D0C628 (or 0xD0C628) is known color: Barberry. HEX triplet: D0, C6 and 28. RGB value is (208,198,40). Sum of RGB (Red+Green+Blue) = 208+198+40=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C628 is #2F39D7. Grayscale: #B7B7B7. Windows color (decimal): -3095000 or 2672336. OLE color: 2672336.
HSL color Cylindrical-coordinate representation of color #D0C628: hue angle of 56.43º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0C628 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 198 | 40 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.18 |
| HSL | 56.43º | 0.68% | 0.49% | - |
| HSV(B) | 56.43º | 0.81% | 0.82% | - |
| XYZ | 46.59 | 53.95 | 9.97 | - |
| YUV | 182.98 | 47.31 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 198 | 40 | 0 | 0.05 | 0.81 | 0.18 | 56.43 | 0.68 | 0.49 |
| Hex | D0 | C6 | 28 | 0 | 5 | 51 | 12 | 38 | 44 | 31 |
| Octal | 320 | 306 | 50 | 0 | 5 | 121 | 22 | 70 | 104 | 61 |
| Binary | 11010000 | 11000110 | 101000 | 0 | 101 | 1010001 | 10010 | 111000 | 1000100 | 110001 |
Color Harmonies of #D0C628
Complementary color
Monochromatic Colors of #D0C628
Black with #D0C628
Text Example
Text Example
White with #D0C628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C628; }
p { color: rgb(208,198,40); }
H1.HeaderClassName
{
color: #D0C628;
}
.AnyTagClassName
{
color: #D0C628;
}
</style>
background-color css
<style>
a { background-color: #D0C628; }
a { background-color: rgb(208,198,40); }
div.DivClassName
{
background-color: #D0C628;
}
.BgClassName
{
background-color: #D0C628;
}
</style>
border-color css
<style>
span { border-color: #D0C628; }
span { border-color: rgb(208,198,40); }
td.TdClassName
{
border-color: #D0C628;
}
.TagClassName
{
border-color: #D0C628;
}
</style>