Shades of Barberry #CCD01C
Tints of Barberry #CCD01C
RGB
CMYK
RGB Variations
Color information
#CCD01C (or 0xCCD01C) is known color: Barberry. HEX triplet: CC, D0 and 1C. RGB value is (204,208,28). Sum of RGB (Red+Green+Blue) = 204+208+28=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 28 (11.33% from 255 or 6.36% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD01C is #332FE3. Grayscale: #BBBBBB. Windows color (decimal): -3354596 or 1888460. OLE color: 1888460.
HSL color Cylindrical-coordinate representation of color #CCD01C: hue angle of 61.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCD01C is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 28 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.18 |
| HSL | 61.33º | 0.76% | 0.46% | - |
| HSV(B) | 61.33º | 0.87% | 0.82% | - |
| XYZ | 47.67 | 58.03 | 9.79 | - |
| YUV | 186.28 | 38.67 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 28 | 0.02 | 0 | 0.87 | 0.18 | 61.33 | 0.76 | 0.46 |
| Hex | CC | D0 | 1C | 2 | 0 | 57 | 12 | 3D | 4C | 2E |
| Octal | 314 | 320 | 34 | 2 | 0 | 127 | 22 | 75 | 114 | 56 |
| Binary | 11001100 | 11010000 | 11100 | 10 | 0 | 1010111 | 10010 | 111101 | 1001100 | 101110 |
Color Harmonies of #CCD01C
Complementary color
Monochromatic Colors of #CCD01C
Black with #CCD01C
Text Example
Text Example
White with #CCD01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD01C; }
p { color: rgb(204,208,28); }
H1.HeaderClassName
{
color: #CCD01C;
}
.AnyTagClassName
{
color: #CCD01C;
}
</style>
background-color css
<style>
a { background-color: #CCD01C; }
a { background-color: rgb(204,208,28); }
div.DivClassName
{
background-color: #CCD01C;
}
.BgClassName
{
background-color: #CCD01C;
}
</style>
border-color css
<style>
span { border-color: #CCD01C; }
span { border-color: rgb(204,208,28); }
td.TdClassName
{
border-color: #CCD01C;
}
.TagClassName
{
border-color: #CCD01C;
}
</style>