Shades of Barberry #C9D313
Tints of Barberry #C9D313
RGB
CMYK
RGB Variations
Color information
#C9D313 (or 0xC9D313) is known color: Barberry. HEX triplet: C9, D3 and 13. RGB value is (201,211,19). Sum of RGB (Red+Green+Blue) = 201+211+19=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 211 (82.81% from 255 or 48.96% from 431); Blue value is 19 (7.81% from 255 or 4.41% from 431); Max value from RGB is 211 - color contains mainly: green. Hex color #C9D313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D313 is #362CEC. Grayscale: #BABABA. Windows color (decimal): -3550445 or 1299401. OLE color: 1299401.
HSL color Cylindrical-coordinate representation of color #C9D313: hue angle of 63.12º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9D313 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 211 | 19 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.17 |
| HSL | 63.13º | 0.83% | 0.45% | - |
| HSV(B) | 63.13º | 0.91% | 0.83% | - |
| XYZ | 47.5 | 59.05 | 9.51 | - |
| YUV | 186.12 | 33.69 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 211 | 19 | 0.05 | 0 | 0.91 | 0.17 | 63.13 | 0.83 | 0.45 |
| Hex | C9 | D3 | 13 | 5 | 0 | 5B | 11 | 3F | 53 | 2D |
| Octal | 311 | 323 | 23 | 5 | 0 | 133 | 21 | 77 | 123 | 55 |
| Binary | 11001001 | 11010011 | 10011 | 101 | 0 | 1011011 | 10001 | 111111 | 1010011 | 101101 |
Color Harmonies of #C9D313
Complementary color
Monochromatic Colors of #C9D313
Black with #C9D313
Text Example
Text Example
White with #C9D313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D313; }
p { color: rgb(201,211,19); }
H1.HeaderClassName
{
color: #C9D313;
}
.AnyTagClassName
{
color: #C9D313;
}
</style>
background-color css
<style>
a { background-color: #C9D313; }
a { background-color: rgb(201,211,19); }
div.DivClassName
{
background-color: #C9D313;
}
.BgClassName
{
background-color: #C9D313;
}
</style>
border-color css
<style>
span { border-color: #C9D313; }
span { border-color: rgb(201,211,19); }
td.TdClassName
{
border-color: #C9D313;
}
.TagClassName
{
border-color: #C9D313;
}
</style>