Shades of Barberry #CCD01A
Tints of Barberry #CCD01A
RGB
CMYK
RGB Variations
Color information
#CCD01A (or 0xCCD01A) is known color: Barberry. HEX triplet: CC, D0 and 1A. RGB value is (204,208,26). Sum of RGB (Red+Green+Blue) = 204+208+26=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 26 (10.55% from 255 or 5.94% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD01A is #332FE5. Grayscale: #BABABA. Windows color (decimal): -3354598 or 1757388. OLE color: 1757388.
HSL color Cylindrical-coordinate representation of color #CCD01A: hue angle of 61.32º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCD01A is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 26 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.18 |
| HSL | 61.32º | 0.78% | 0.46% | - |
| HSV(B) | 61.32º | 0.88% | 0.82% | - |
| XYZ | 47.64 | 58.02 | 9.67 | - |
| YUV | 186.06 | 37.67 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 26 | 0.02 | 0 | 0.88 | 0.18 | 61.32 | 0.78 | 0.46 |
| Hex | CC | D0 | 1A | 2 | 0 | 58 | 12 | 3D | 4E | 2E |
| Octal | 314 | 320 | 32 | 2 | 0 | 130 | 22 | 75 | 116 | 56 |
| Binary | 11001100 | 11010000 | 11010 | 10 | 0 | 1011000 | 10010 | 111101 | 1001110 | 101110 |
Color Harmonies of #CCD01A
Complementary color
Monochromatic Colors of #CCD01A
Black with #CCD01A
Text Example
Text Example
White with #CCD01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD01A; }
p { color: rgb(204,208,26); }
H1.HeaderClassName
{
color: #CCD01A;
}
.AnyTagClassName
{
color: #CCD01A;
}
</style>
background-color css
<style>
a { background-color: #CCD01A; }
a { background-color: rgb(204,208,26); }
div.DivClassName
{
background-color: #CCD01A;
}
.BgClassName
{
background-color: #CCD01A;
}
</style>
border-color css
<style>
span { border-color: #CCD01A; }
span { border-color: rgb(204,208,26); }
td.TdClassName
{
border-color: #CCD01A;
}
.TagClassName
{
border-color: #CCD01A;
}
</style>