Shades of Barberry #D9C12A
Tints of Barberry #D9C12A
RGB
CMYK
RGB Variations
Color information
#D9C12A (or 0xD9C12A) is known color: Barberry. HEX triplet: D9, C1 and 2A. RGB value is (217,193,42). Sum of RGB (Red+Green+Blue) = 217+193+42=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 42 (16.80% from 255 or 9.29% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C12A is #263ED5. Grayscale: #B7B7B7. Windows color (decimal): -2506454 or 2802137. OLE color: 2802137.
HSL color Cylindrical-coordinate representation of color #D9C12A: hue angle of 51.77º 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 #D9C12A is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 193 | 42 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.15 |
| HSL | 51.77º | 0.7% | 0.51% | - |
| HSV(B) | 51.77º | 0.81% | 0.85% | - |
| XYZ | 48.1 | 53.06 | 9.9 | - |
| YUV | 182.96 | 48.45 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 42 | 0 | 0.11 | 0.81 | 0.15 | 51.77 | 0.7 | 0.51 |
| Hex | D9 | C1 | 2A | 0 | B | 51 | F | 34 | 46 | 33 |
| Octal | 331 | 301 | 52 | 0 | 13 | 121 | 17 | 64 | 106 | 63 |
| Binary | 11011001 | 11000001 | 101010 | 0 | 1011 | 1010001 | 1111 | 110100 | 1000110 | 110011 |
Color Harmonies of #D9C12A
Complementary color
Monochromatic Colors of #D9C12A
Black with #D9C12A
Text Example
Text Example
White with #D9C12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C12A; }
p { color: rgb(217,193,42); }
H1.HeaderClassName
{
color: #D9C12A;
}
.AnyTagClassName
{
color: #D9C12A;
}
</style>
background-color css
<style>
a { background-color: #D9C12A; }
a { background-color: rgb(217,193,42); }
div.DivClassName
{
background-color: #D9C12A;
}
.BgClassName
{
background-color: #D9C12A;
}
</style>
border-color css
<style>
span { border-color: #D9C12A; }
span { border-color: rgb(217,193,42); }
td.TdClassName
{
border-color: #D9C12A;
}
.TagClassName
{
border-color: #D9C12A;
}
</style>