Shades of Barberry #D8C622
Tints of Barberry #D8C622
RGB
CMYK
RGB Variations
Color information
#D8C622 (or 0xD8C622) is known color: Barberry. HEX triplet: D8, C6 and 22. RGB value is (216,198,34). Sum of RGB (Red+Green+Blue) = 216+198+34=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C622 is #2739DD. Grayscale: #B9B9B9. Windows color (decimal): -2570718 or 2279128. OLE color: 2279128.
HSL color Cylindrical-coordinate representation of color #D8C622: hue angle of 54.07º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8C622 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 198 | 34 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.15 |
| HSL | 54.07º | 0.73% | 0.49% | - |
| HSV(B) | 54.07º | 0.84% | 0.85% | - |
| XYZ | 48.8 | 55.1 | 9.58 | - |
| YUV | 184.69 | 42.96 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 34 | 0 | 0.08 | 0.84 | 0.15 | 54.07 | 0.73 | 0.49 |
| Hex | D8 | C6 | 22 | 0 | 8 | 54 | F | 36 | 49 | 31 |
| Octal | 330 | 306 | 42 | 0 | 10 | 124 | 17 | 66 | 111 | 61 |
| Binary | 11011000 | 11000110 | 100010 | 0 | 1000 | 1010100 | 1111 | 110110 | 1001001 | 110001 |
Color Harmonies of #D8C622
Complementary color
Monochromatic Colors of #D8C622
Black with #D8C622
Text Example
Text Example
White with #D8C622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C622; }
p { color: rgb(216,198,34); }
H1.HeaderClassName
{
color: #D8C622;
}
.AnyTagClassName
{
color: #D8C622;
}
</style>
background-color css
<style>
a { background-color: #D8C622; }
a { background-color: rgb(216,198,34); }
div.DivClassName
{
background-color: #D8C622;
}
.BgClassName
{
background-color: #D8C622;
}
</style>
border-color css
<style>
span { border-color: #D8C622; }
span { border-color: rgb(216,198,34); }
td.TdClassName
{
border-color: #D8C622;
}
.TagClassName
{
border-color: #D8C622;
}
</style>