Shades of Barberry #CCD01E
Tints of Barberry #CCD01E
RGB
CMYK
RGB Variations
Color information
#CCD01E (or 0xCCD01E) is known color: Barberry. HEX triplet: CC, D0 and 1E. RGB value is (204,208,30). Sum of RGB (Red+Green+Blue) = 204+208+30=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 30 (12.11% from 255 or 6.79% from 442); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD01E is #332FE1. Grayscale: #BBBBBB. Windows color (decimal): -3354594 or 2019532. OLE color: 2019532.
HSL color Cylindrical-coordinate representation of color #CCD01E: hue angle of 61.35º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCD01E is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 30 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.18 |
| HSL | 61.35º | 0.75% | 0.47% | - |
| HSV(B) | 61.35º | 0.86% | 0.82% | - |
| XYZ | 47.69 | 58.04 | 9.92 | - |
| YUV | 186.51 | 39.67 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 30 | 0.02 | 0 | 0.86 | 0.18 | 61.35 | 0.75 | 0.47 |
| Hex | CC | D0 | 1E | 2 | 0 | 56 | 12 | 3D | 4B | 2F |
| Octal | 314 | 320 | 36 | 2 | 0 | 126 | 22 | 75 | 113 | 57 |
| Binary | 11001100 | 11010000 | 11110 | 10 | 0 | 1010110 | 10010 | 111101 | 1001011 | 101111 |
Color Harmonies of #CCD01E
Complementary color
Monochromatic Colors of #CCD01E
Black with #CCD01E
Text Example
Text Example
White with #CCD01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD01E; }
p { color: rgb(204,208,30); }
H1.HeaderClassName
{
color: #CCD01E;
}
.AnyTagClassName
{
color: #CCD01E;
}
</style>
background-color css
<style>
a { background-color: #CCD01E; }
a { background-color: rgb(204,208,30); }
div.DivClassName
{
background-color: #CCD01E;
}
.BgClassName
{
background-color: #CCD01E;
}
</style>
border-color css
<style>
span { border-color: #CCD01E; }
span { border-color: rgb(204,208,30); }
td.TdClassName
{
border-color: #CCD01E;
}
.TagClassName
{
border-color: #CCD01E;
}
</style>