Shades of Barberry #D9CB2A
Tints of Barberry #D9CB2A
RGB
CMYK
RGB Variations
Color information
#D9CB2A (or 0xD9CB2A) is known color: Barberry. HEX triplet: D9, CB and 2A. RGB value is (217,203,42). Sum of RGB (Red+Green+Blue) = 217+203+42=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 42 (16.80% from 255 or 9.09% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CB2A is #2634D5. Grayscale: #BDBDBD. Windows color (decimal): -2503894 or 2804697. OLE color: 2804697.
HSL color Cylindrical-coordinate representation of color #D9CB2A: hue angle of 55.2º 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 #D9CB2A is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 42 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.15 |
| HSL | 55.2º | 0.7% | 0.51% | - |
| HSV(B) | 55.2º | 0.81% | 0.85% | - |
| XYZ | 50.39 | 57.63 | 10.66 | - |
| YUV | 188.83 | 45.14 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 42 | 0 | 0.06 | 0.81 | 0.15 | 55.2 | 0.7 | 0.51 |
| Hex | D9 | CB | 2A | 0 | 6 | 51 | F | 37 | 46 | 33 |
| Octal | 331 | 313 | 52 | 0 | 6 | 121 | 17 | 67 | 106 | 63 |
| Binary | 11011001 | 11001011 | 101010 | 0 | 110 | 1010001 | 1111 | 110111 | 1000110 | 110011 |
Color Harmonies of #D9CB2A
Complementary color
Monochromatic Colors of #D9CB2A
Black with #D9CB2A
Text Example
Text Example
White with #D9CB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB2A; }
p { color: rgb(217,203,42); }
H1.HeaderClassName
{
color: #D9CB2A;
}
.AnyTagClassName
{
color: #D9CB2A;
}
</style>
background-color css
<style>
a { background-color: #D9CB2A; }
a { background-color: rgb(217,203,42); }
div.DivClassName
{
background-color: #D9CB2A;
}
.BgClassName
{
background-color: #D9CB2A;
}
</style>
border-color css
<style>
span { border-color: #D9CB2A; }
span { border-color: rgb(217,203,42); }
td.TdClassName
{
border-color: #D9CB2A;
}
.TagClassName
{
border-color: #D9CB2A;
}
</style>