Shades of Barberry #D8C92B
Tints of Barberry #D8C92B
RGB
CMYK
RGB Variations
Color information
#D8C92B (or 0xD8C92B) is known color: Barberry. HEX triplet: D8, C9 and 2B. RGB value is (216,201,43). Sum of RGB (Red+Green+Blue) = 216+201+43=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 43 (17.19% from 255 or 9.35% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C92B is #2736D4. Grayscale: #BCBCBC. Windows color (decimal): -2569941 or 2869720. OLE color: 2869720.
HSL color Cylindrical-coordinate representation of color #D8C92B: hue angle of 54.8º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8C92B is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 43 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.15 |
| HSL | 54.8º | 0.69% | 0.51% | - |
| HSV(B) | 54.8º | 0.8% | 0.85% | - |
| XYZ | 49.64 | 56.55 | 10.58 | - |
| YUV | 187.47 | 46.47 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 43 | 0 | 0.07 | 0.80 | 0.15 | 54.8 | 0.69 | 0.51 |
| Hex | D8 | C9 | 2B | 0 | 7 | 50 | F | 37 | 45 | 33 |
| Octal | 330 | 311 | 53 | 0 | 7 | 120 | 17 | 67 | 105 | 63 |
| Binary | 11011000 | 11001001 | 101011 | 0 | 111 | 1010000 | 1111 | 110111 | 1000101 | 110011 |
Color Harmonies of #D8C92B
Complementary color
Monochromatic Colors of #D8C92B
Black with #D8C92B
Text Example
Text Example
White with #D8C92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C92B; }
p { color: rgb(216,201,43); }
H1.HeaderClassName
{
color: #D8C92B;
}
.AnyTagClassName
{
color: #D8C92B;
}
</style>
background-color css
<style>
a { background-color: #D8C92B; }
a { background-color: rgb(216,201,43); }
div.DivClassName
{
background-color: #D8C92B;
}
.BgClassName
{
background-color: #D8C92B;
}
</style>
border-color css
<style>
span { border-color: #D8C92B; }
span { border-color: rgb(216,201,43); }
td.TdClassName
{
border-color: #D8C92B;
}
.TagClassName
{
border-color: #D8C92B;
}
</style>