Shades of Barberry #D9CF2C
Tints of Barberry #D9CF2C
RGB
CMYK
RGB Variations
Color information
#D9CF2C (or 0xD9CF2C) is known color: Barberry. HEX triplet: D9, CF and 2C. RGB value is (217,207,44). Sum of RGB (Red+Green+Blue) = 217+207+44=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 44 (17.58% from 255 or 9.40% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CF2C is #2630D3. Grayscale: #C0C0C0. Windows color (decimal): -2502868 or 2936793. OLE color: 2936793.
HSL color Cylindrical-coordinate representation of color #D9CF2C: hue angle of 56.53º 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 #D9CF2C is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 44 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.15 |
| HSL | 56.53º | 0.69% | 0.51% | - |
| HSV(B) | 56.53º | 0.8% | 0.85% | - |
| XYZ | 51.38 | 59.56 | 11.17 | - |
| YUV | 191.41 | 44.81 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 44 | 0 | 0.05 | 0.80 | 0.15 | 56.53 | 0.69 | 0.51 |
| Hex | D9 | CF | 2C | 0 | 5 | 50 | F | 39 | 45 | 33 |
| Octal | 331 | 317 | 54 | 0 | 5 | 120 | 17 | 71 | 105 | 63 |
| Binary | 11011001 | 11001111 | 101100 | 0 | 101 | 1010000 | 1111 | 111001 | 1000101 | 110011 |
Color Harmonies of #D9CF2C
Complementary color
Monochromatic Colors of #D9CF2C
Black with #D9CF2C
Text Example
Text Example
White with #D9CF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CF2C; }
p { color: rgb(217,207,44); }
H1.HeaderClassName
{
color: #D9CF2C;
}
.AnyTagClassName
{
color: #D9CF2C;
}
</style>
background-color css
<style>
a { background-color: #D9CF2C; }
a { background-color: rgb(217,207,44); }
div.DivClassName
{
background-color: #D9CF2C;
}
.BgClassName
{
background-color: #D9CF2C;
}
</style>
border-color css
<style>
span { border-color: #D9CF2C; }
span { border-color: rgb(217,207,44); }
td.TdClassName
{
border-color: #D9CF2C;
}
.TagClassName
{
border-color: #D9CF2C;
}
</style>