Shades of Barberry #C9D021
Tints of Barberry #C9D021
RGB
CMYK
RGB Variations
Color information
#C9D021 (or 0xC9D021) is known color: Barberry. HEX triplet: C9, D0 and 21. RGB value is (201,208,33). Sum of RGB (Red+Green+Blue) = 201+208+33=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 33 (13.28% from 255 or 7.47% from 442); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D021 is #362FDE. Grayscale: #BABABA. Windows color (decimal): -3551199 or 2216137. OLE color: 2216137.
HSL color Cylindrical-coordinate representation of color #C9D021: hue angle of 62.4º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9D021 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 208 | 33 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.18 |
| HSL | 62.4º | 0.73% | 0.47% | - |
| HSV(B) | 62.4º | 0.84% | 0.82% | - |
| XYZ | 46.92 | 57.64 | 10.09 | - |
| YUV | 185.96 | 41.68 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 208 | 33 | 0.03 | 0 | 0.84 | 0.18 | 62.4 | 0.73 | 0.47 |
| Hex | C9 | D0 | 21 | 3 | 0 | 54 | 12 | 3E | 49 | 2F |
| Octal | 311 | 320 | 41 | 3 | 0 | 124 | 22 | 76 | 111 | 57 |
| Binary | 11001001 | 11010000 | 100001 | 11 | 0 | 1010100 | 10010 | 111110 | 1001001 | 101111 |
Color Harmonies of #C9D021
Complementary color
Monochromatic Colors of #C9D021
Black with #C9D021
Text Example
Text Example
White with #C9D021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D021; }
p { color: rgb(201,208,33); }
H1.HeaderClassName
{
color: #C9D021;
}
.AnyTagClassName
{
color: #C9D021;
}
</style>
background-color css
<style>
a { background-color: #C9D021; }
a { background-color: rgb(201,208,33); }
div.DivClassName
{
background-color: #C9D021;
}
.BgClassName
{
background-color: #C9D021;
}
</style>
border-color css
<style>
span { border-color: #C9D021; }
span { border-color: rgb(201,208,33); }
td.TdClassName
{
border-color: #C9D021;
}
.TagClassName
{
border-color: #C9D021;
}
</style>