Shades of Bird Flower #CCD006
Tints of Bird Flower #CCD006
RGB
CMYK
RGB Variations
Color information
#CCD006 (or 0xCCD006) is known color: Bird Flower. HEX triplet: CC, D0 and 06. RGB value is (204,208,6). Sum of RGB (Red+Green+Blue) = 204+208+6=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 6 (2.73% from 255 or 1.44% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD006 is #332FF9. Grayscale: #B8B8B8. Windows color (decimal): -3354618 or 446668. OLE color: 446668.
HSL color Cylindrical-coordinate representation of color #CCD006: hue angle of 61.19º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCD006 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 6 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.18 |
| HSL | 61.19º | 0.94% | 0.42% | - |
| HSV(B) | 61.19º | 0.97% | 0.82% | - |
| XYZ | 47.49 | 57.96 | 8.86 | - |
| YUV | 183.78 | 27.67 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 6 | 0.02 | 0 | 0.97 | 0.18 | 61.19 | 0.94 | 0.42 |
| Hex | CC | D0 | 6 | 2 | 0 | 61 | 12 | 3D | 5E | 2A |
| Octal | 314 | 320 | 6 | 2 | 0 | 141 | 22 | 75 | 136 | 52 |
| Binary | 11001100 | 11010000 | 110 | 10 | 0 | 1100001 | 10010 | 111101 | 1011110 | 101010 |
Color Harmonies of #CCD006
Complementary color
Monochromatic Colors of #CCD006
Black with #CCD006
Text Example
Text Example
White with #CCD006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD006; }
p { color: rgb(204,208,6); }
H1.HeaderClassName
{
color: #CCD006;
}
.AnyTagClassName
{
color: #CCD006;
}
</style>
background-color css
<style>
a { background-color: #CCD006; }
a { background-color: rgb(204,208,6); }
div.DivClassName
{
background-color: #CCD006;
}
.BgClassName
{
background-color: #CCD006;
}
</style>
border-color css
<style>
span { border-color: #CCD006; }
span { border-color: rgb(204,208,6); }
td.TdClassName
{
border-color: #CCD006;
}
.TagClassName
{
border-color: #CCD006;
}
</style>