Shades of Barberry #D9C72A
Tints of Barberry #D9C72A
RGB
CMYK
RGB Variations
Color information
#D9C72A (or 0xD9C72A) is known color: Barberry. HEX triplet: D9, C7 and 2A. RGB value is (217,199,42). Sum of RGB (Red+Green+Blue) = 217+199+42=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 42 (16.80% from 255 or 9.17% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C72A is #2638D5. Grayscale: #BBBBBB. Windows color (decimal): -2504918 or 2803673. OLE color: 2803673.
HSL color Cylindrical-coordinate representation of color #D9C72A: hue angle of 53.83º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9C72A is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 199 | 42 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.15 |
| HSL | 53.83º | 0.7% | 0.51% | - |
| HSV(B) | 53.83º | 0.81% | 0.85% | - |
| XYZ | 49.46 | 55.77 | 10.35 | - |
| YUV | 186.48 | 46.46 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 42 | 0 | 0.08 | 0.81 | 0.15 | 53.83 | 0.7 | 0.51 |
| Hex | D9 | C7 | 2A | 0 | 8 | 51 | F | 36 | 46 | 33 |
| Octal | 331 | 307 | 52 | 0 | 10 | 121 | 17 | 66 | 106 | 63 |
| Binary | 11011001 | 11000111 | 101010 | 0 | 1000 | 1010001 | 1111 | 110110 | 1000110 | 110011 |
Color Harmonies of #D9C72A
Complementary color
Monochromatic Colors of #D9C72A
Black with #D9C72A
Text Example
Text Example
White with #D9C72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C72A; }
p { color: rgb(217,199,42); }
H1.HeaderClassName
{
color: #D9C72A;
}
.AnyTagClassName
{
color: #D9C72A;
}
</style>
background-color css
<style>
a { background-color: #D9C72A; }
a { background-color: rgb(217,199,42); }
div.DivClassName
{
background-color: #D9C72A;
}
.BgClassName
{
background-color: #D9C72A;
}
</style>
border-color css
<style>
span { border-color: #D9C72A; }
span { border-color: rgb(217,199,42); }
td.TdClassName
{
border-color: #D9C72A;
}
.TagClassName
{
border-color: #D9C72A;
}
</style>