Shades of Bird Flower #CCD00E
Tints of Bird Flower #CCD00E
RGB
CMYK
RGB Variations
Color information
#CCD00E (or 0xCCD00E) is known color: Bird Flower. HEX triplet: CC, D0 and 0E. RGB value is (204,208,14). Sum of RGB (Red+Green+Blue) = 204+208+14=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD00E is #332FF1. Grayscale: #B9B9B9. Windows color (decimal): -3354610 or 970956. OLE color: 970956.
HSL color Cylindrical-coordinate representation of color #CCD00E: hue angle of 61.24º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCD00E is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 14 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.18 |
| HSL | 61.24º | 0.87% | 0.44% | - |
| HSV(B) | 61.24º | 0.93% | 0.82% | - |
| XYZ | 47.54 | 57.98 | 9.1 | - |
| YUV | 184.69 | 31.67 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 14 | 0.02 | 0 | 0.93 | 0.18 | 61.24 | 0.87 | 0.44 |
| Hex | CC | D0 | E | 2 | 0 | 5D | 12 | 3D | 57 | 2C |
| Octal | 314 | 320 | 16 | 2 | 0 | 135 | 22 | 75 | 127 | 54 |
| Binary | 11001100 | 11010000 | 1110 | 10 | 0 | 1011101 | 10010 | 111101 | 1010111 | 101100 |
Color Harmonies of #CCD00E
Complementary color
Monochromatic Colors of #CCD00E
Black with #CCD00E
Text Example
Text Example
White with #CCD00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD00E; }
p { color: rgb(204,208,14); }
H1.HeaderClassName
{
color: #CCD00E;
}
.AnyTagClassName
{
color: #CCD00E;
}
</style>
background-color css
<style>
a { background-color: #CCD00E; }
a { background-color: rgb(204,208,14); }
div.DivClassName
{
background-color: #CCD00E;
}
.BgClassName
{
background-color: #CCD00E;
}
</style>
border-color css
<style>
span { border-color: #CCD00E; }
span { border-color: rgb(204,208,14); }
td.TdClassName
{
border-color: #CCD00E;
}
.TagClassName
{
border-color: #CCD00E;
}
</style>