Shades of Barberry #D9C02C
Tints of Barberry #D9C02C
RGB
CMYK
RGB Variations
Color information
#D9C02C (or 0xD9C02C) is known color: Barberry. HEX triplet: D9, C0 and 2C. RGB value is (217,192,44). Sum of RGB (Red+Green+Blue) = 217+192+44=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 44 (17.58% from 255 or 9.71% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C02C is #263FD3. Grayscale: #B7B7B7. Windows color (decimal): -2506708 or 2932953. OLE color: 2932953.
HSL color Cylindrical-coordinate representation of color #D9C02C: hue angle of 51.33º 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 #D9C02C is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 44 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.15 |
| HSL | 51.33º | 0.69% | 0.51% | - |
| HSV(B) | 51.33º | 0.8% | 0.85% | - |
| XYZ | 47.92 | 52.63 | 10.02 | - |
| YUV | 182.6 | 49.78 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 44 | 0 | 0.12 | 0.80 | 0.15 | 51.33 | 0.69 | 0.51 |
| Hex | D9 | C0 | 2C | 0 | C | 50 | F | 33 | 45 | 33 |
| Octal | 331 | 300 | 54 | 0 | 14 | 120 | 17 | 63 | 105 | 63 |
| Binary | 11011001 | 11000000 | 101100 | 0 | 1100 | 1010000 | 1111 | 110011 | 1000101 | 110011 |
Color Harmonies of #D9C02C
Complementary color
Monochromatic Colors of #D9C02C
Black with #D9C02C
Text Example
Text Example
White with #D9C02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C02C; }
p { color: rgb(217,192,44); }
H1.HeaderClassName
{
color: #D9C02C;
}
.AnyTagClassName
{
color: #D9C02C;
}
</style>
background-color css
<style>
a { background-color: #D9C02C; }
a { background-color: rgb(217,192,44); }
div.DivClassName
{
background-color: #D9C02C;
}
.BgClassName
{
background-color: #D9C02C;
}
</style>
border-color css
<style>
span { border-color: #D9C02C; }
span { border-color: rgb(217,192,44); }
td.TdClassName
{
border-color: #D9C02C;
}
.TagClassName
{
border-color: #D9C02C;
}
</style>