Shades of Barberry #D0B827
Tints of Barberry #D0B827
RGB
CMYK
RGB Variations
Color information
#D0B827 (or 0xD0B827) is known color: Barberry. HEX triplet: D0, B8 and 27. RGB value is (208,184,39). Sum of RGB (Red+Green+Blue) = 208+184+39=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 39 (15.62% from 255 or 9.05% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B827 is #2F47D8. Grayscale: #AFAFAF. Windows color (decimal): -3098585 or 2603216. OLE color: 2603216.
HSL color Cylindrical-coordinate representation of color #D0B827: hue angle of 51.48º 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 #D0B827 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 184 | 39 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.18 |
| HSL | 51.48º | 0.68% | 0.48% | - |
| HSV(B) | 51.48º | 0.81% | 0.82% | - |
| XYZ | 43.52 | 47.84 | 8.86 | - |
| YUV | 174.65 | 51.45 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 39 | 0 | 0.12 | 0.81 | 0.18 | 51.48 | 0.68 | 0.48 |
| Hex | D0 | B8 | 27 | 0 | C | 51 | 12 | 33 | 44 | 30 |
| Octal | 320 | 270 | 47 | 0 | 14 | 121 | 22 | 63 | 104 | 60 |
| Binary | 11010000 | 10111000 | 100111 | 0 | 1100 | 1010001 | 10010 | 110011 | 1000100 | 110000 |
Color Harmonies of #D0B827
Complementary color
Monochromatic Colors of #D0B827
Black with #D0B827
Text Example
Text Example
White with #D0B827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B827; }
p { color: rgb(208,184,39); }
H1.HeaderClassName
{
color: #D0B827;
}
.AnyTagClassName
{
color: #D0B827;
}
</style>
background-color css
<style>
a { background-color: #D0B827; }
a { background-color: rgb(208,184,39); }
div.DivClassName
{
background-color: #D0B827;
}
.BgClassName
{
background-color: #D0B827;
}
</style>
border-color css
<style>
span { border-color: #D0B827; }
span { border-color: rgb(208,184,39); }
td.TdClassName
{
border-color: #D0B827;
}
.TagClassName
{
border-color: #D0B827;
}
</style>