Shades of Barberry #CCD919
Tints of Barberry #CCD919
RGB
CMYK
RGB Variations
Color information
#CCD919 (or 0xCCD919) is known color: Barberry. HEX triplet: CC, D9 and 19. RGB value is (204,217,25). Sum of RGB (Red+Green+Blue) = 204+217+25=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 217 (85.16% from 255 or 48.65% from 446); Blue value is 25 (10.16% from 255 or 5.61% from 446); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD919 is #3326E6. Grayscale: #BFBFBF. Windows color (decimal): -3352295 or 1694156. OLE color: 1694156.
HSL color Cylindrical-coordinate representation of color #CCD919: hue angle of 64.06º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCD919 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 25 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.15 |
| HSL | 64.06º | 0.79% | 0.47% | - |
| HSV(B) | 64.06º | 0.88% | 0.85% | - |
| XYZ | 49.89 | 62.53 | 10.36 | - |
| YUV | 191.23 | 34.19 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 25 | 0.06 | 0 | 0.88 | 0.15 | 64.06 | 0.79 | 0.47 |
| Hex | CC | D9 | 19 | 6 | 0 | 58 | F | 40 | 4F | 2F |
| Octal | 314 | 331 | 31 | 6 | 0 | 130 | 17 | 100 | 117 | 57 |
| Binary | 11001100 | 11011001 | 11001 | 110 | 0 | 1011000 | 1111 | 1000000 | 1001111 | 101111 |
Color Harmonies of #CCD919
Complementary color
Monochromatic Colors of #CCD919
Black with #CCD919
Text Example
Text Example
White with #CCD919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD919; }
p { color: rgb(204,217,25); }
H1.HeaderClassName
{
color: #CCD919;
}
.AnyTagClassName
{
color: #CCD919;
}
</style>
background-color css
<style>
a { background-color: #CCD919; }
a { background-color: rgb(204,217,25); }
div.DivClassName
{
background-color: #CCD919;
}
.BgClassName
{
background-color: #CCD919;
}
</style>
border-color css
<style>
span { border-color: #CCD919; }
span { border-color: rgb(204,217,25); }
td.TdClassName
{
border-color: #CCD919;
}
.TagClassName
{
border-color: #CCD919;
}
</style>