Shades of Barberry #D9C227
Tints of Barberry #D9C227
RGB
CMYK
RGB Variations
Color information
#D9C227 (or 0xD9C227) is known color: Barberry. HEX triplet: D9, C2 and 27. RGB value is (217,194,39). Sum of RGB (Red+Green+Blue) = 217+194+39=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 39 (15.62% from 255 or 8.67% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C227 is #263DD8. Grayscale: #B7B7B7. Windows color (decimal): -2506201 or 2605785. OLE color: 2605785.
HSL color Cylindrical-coordinate representation of color #D9C227: hue angle of 52.25º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9C227 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 194 | 39 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.15 |
| HSL | 52.25º | 0.7% | 0.5% | - |
| HSV(B) | 52.25º | 0.82% | 0.85% | - |
| XYZ | 48.27 | 53.48 | 9.7 | - |
| YUV | 183.21 | 46.62 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 39 | 0 | 0.11 | 0.82 | 0.15 | 52.25 | 0.7 | 0.5 |
| Hex | D9 | C2 | 27 | 0 | B | 52 | F | 34 | 46 | 32 |
| Octal | 331 | 302 | 47 | 0 | 13 | 122 | 17 | 64 | 106 | 62 |
| Binary | 11011001 | 11000010 | 100111 | 0 | 1011 | 1010010 | 1111 | 110100 | 1000110 | 110010 |
Color Harmonies of #D9C227
Complementary color
Monochromatic Colors of #D9C227
Black with #D9C227
Text Example
Text Example
White with #D9C227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C227; }
p { color: rgb(217,194,39); }
H1.HeaderClassName
{
color: #D9C227;
}
.AnyTagClassName
{
color: #D9C227;
}
</style>
background-color css
<style>
a { background-color: #D9C227; }
a { background-color: rgb(217,194,39); }
div.DivClassName
{
background-color: #D9C227;
}
.BgClassName
{
background-color: #D9C227;
}
</style>
border-color css
<style>
span { border-color: #D9C227; }
span { border-color: rgb(217,194,39); }
td.TdClassName
{
border-color: #D9C227;
}
.TagClassName
{
border-color: #D9C227;
}
</style>