Shades of Bird Flower #CCD004
Tints of Bird Flower #CCD004
RGB
CMYK
RGB Variations
Color information
#CCD004 (or 0xCCD004) is known color: Bird Flower. HEX triplet: CC, D0 and 04. RGB value is (204,208,4). Sum of RGB (Red+Green+Blue) = 204+208+4=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 4 (1.95% from 255 or 0.96% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD004 is #332FFB. Grayscale: #B8B8B8. Windows color (decimal): -3354620 or 315596. OLE color: 315596.
HSL color Cylindrical-coordinate representation of color #CCD004: hue angle of 61.18º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCD004 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 4 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.18 |
| HSL | 61.18º | 0.96% | 0.42% | - |
| HSV(B) | 61.18º | 0.98% | 0.82% | - |
| XYZ | 47.48 | 57.96 | 8.8 | - |
| YUV | 183.55 | 26.67 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 4 | 0.02 | 0 | 0.98 | 0.18 | 61.18 | 0.96 | 0.42 |
| Hex | CC | D0 | 4 | 2 | 0 | 62 | 12 | 3D | 60 | 2A |
| Octal | 314 | 320 | 4 | 2 | 0 | 142 | 22 | 75 | 140 | 52 |
| Binary | 11001100 | 11010000 | 100 | 10 | 0 | 1100010 | 10010 | 111101 | 1100000 | 101010 |
Color Harmonies of #CCD004
Complementary color
Monochromatic Colors of #CCD004
Black with #CCD004
Text Example
Text Example
White with #CCD004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD004; }
p { color: rgb(204,208,4); }
H1.HeaderClassName
{
color: #CCD004;
}
.AnyTagClassName
{
color: #CCD004;
}
</style>
background-color css
<style>
a { background-color: #CCD004; }
a { background-color: rgb(204,208,4); }
div.DivClassName
{
background-color: #CCD004;
}
.BgClassName
{
background-color: #CCD004;
}
</style>
border-color css
<style>
span { border-color: #CCD004; }
span { border-color: rgb(204,208,4); }
td.TdClassName
{
border-color: #CCD004;
}
.TagClassName
{
border-color: #CCD004;
}
</style>