Shades of Barberry #CCD31A
Tints of Barberry #CCD31A
RGB
CMYK
RGB Variations
Color information
#CCD31A (or 0xCCD31A) is known color: Barberry. HEX triplet: CC, D3 and 1A. RGB value is (204,211,26). Sum of RGB (Red+Green+Blue) = 204+211+26=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD31A is #332CE5. Grayscale: #BCBCBC. Windows color (decimal): -3353830 or 1758156. OLE color: 1758156.
HSL color Cylindrical-coordinate representation of color #CCD31A: hue angle of 62.27º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCD31A is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 26 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.17 |
| HSL | 62.27º | 0.78% | 0.46% | - |
| HSV(B) | 62.27º | 0.88% | 0.83% | - |
| XYZ | 48.38 | 59.5 | 9.91 | - |
| YUV | 187.82 | 36.68 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 26 | 0.03 | 0 | 0.88 | 0.17 | 62.27 | 0.78 | 0.46 |
| Hex | CC | D3 | 1A | 3 | 0 | 58 | 11 | 3E | 4E | 2E |
| Octal | 314 | 323 | 32 | 3 | 0 | 130 | 21 | 76 | 116 | 56 |
| Binary | 11001100 | 11010011 | 11010 | 11 | 0 | 1011000 | 10001 | 111110 | 1001110 | 101110 |
Color Harmonies of #CCD31A
Complementary color
Monochromatic Colors of #CCD31A
Black with #CCD31A
Text Example
Text Example
White with #CCD31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD31A; }
p { color: rgb(204,211,26); }
H1.HeaderClassName
{
color: #CCD31A;
}
.AnyTagClassName
{
color: #CCD31A;
}
</style>
background-color css
<style>
a { background-color: #CCD31A; }
a { background-color: rgb(204,211,26); }
div.DivClassName
{
background-color: #CCD31A;
}
.BgClassName
{
background-color: #CCD31A;
}
</style>
border-color css
<style>
span { border-color: #CCD31A; }
span { border-color: rgb(204,211,26); }
td.TdClassName
{
border-color: #CCD31A;
}
.TagClassName
{
border-color: #CCD31A;
}
</style>