Shades of Barberry #D9C92B
Tints of Barberry #D9C92B
RGB
CMYK
RGB Variations
Color information
#D9C92B (or 0xD9C92B) is known color: Barberry. HEX triplet: D9, C9 and 2B. RGB value is (217,201,43). Sum of RGB (Red+Green+Blue) = 217+201+43=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C92B is #2636D4. Grayscale: #BCBCBC. Windows color (decimal): -2504405 or 2869721. OLE color: 2869721.
HSL color Cylindrical-coordinate representation of color #D9C92B: hue angle of 54.48º degrees, saturation: 0.7, 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 #D9C92B is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 201 | 43 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.15 |
| HSL | 54.48º | 0.7% | 0.51% | - |
| HSV(B) | 54.48º | 0.8% | 0.85% | - |
| XYZ | 49.94 | 56.7 | 10.6 | - |
| YUV | 187.77 | 46.3 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 201 | 43 | 0 | 0.07 | 0.80 | 0.15 | 54.48 | 0.7 | 0.51 |
| Hex | D9 | C9 | 2B | 0 | 7 | 50 | F | 36 | 46 | 33 |
| Octal | 331 | 311 | 53 | 0 | 7 | 120 | 17 | 66 | 106 | 63 |
| Binary | 11011001 | 11001001 | 101011 | 0 | 111 | 1010000 | 1111 | 110110 | 1000110 | 110011 |
Color Harmonies of #D9C92B
Complementary color
Monochromatic Colors of #D9C92B
Black with #D9C92B
Text Example
Text Example
White with #D9C92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C92B; }
p { color: rgb(217,201,43); }
H1.HeaderClassName
{
color: #D9C92B;
}
.AnyTagClassName
{
color: #D9C92B;
}
</style>
background-color css
<style>
a { background-color: #D9C92B; }
a { background-color: rgb(217,201,43); }
div.DivClassName
{
background-color: #D9C92B;
}
.BgClassName
{
background-color: #D9C92B;
}
</style>
border-color css
<style>
span { border-color: #D9C92B; }
span { border-color: rgb(217,201,43); }
td.TdClassName
{
border-color: #D9C92B;
}
.TagClassName
{
border-color: #D9C92B;
}
</style>