Shades of Bird Flower #CCD00F
Tints of Bird Flower #CCD00F
RGB
CMYK
RGB Variations
Color information
#CCD00F (or 0xCCD00F) is known color: Bird Flower. HEX triplet: CC, D0 and 0F. RGB value is (204,208,15). Sum of RGB (Red+Green+Blue) = 204+208+15=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD00F is #332FF0. Grayscale: #B9B9B9. Windows color (decimal): -3354609 or 1036492. OLE color: 1036492.
HSL color Cylindrical-coordinate representation of color #CCD00F: 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 #CCD00F is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 15 | - |
| 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.14 | - |
| YUV | 184.8 | 32.17 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 15 | 0.02 | 0 | 0.93 | 0.18 | 61.24 | 0.87 | 0.44 |
| Hex | CC | D0 | F | 2 | 0 | 5D | 12 | 3D | 57 | 2C |
| Octal | 314 | 320 | 17 | 2 | 0 | 135 | 22 | 75 | 127 | 54 |
| Binary | 11001100 | 11010000 | 1111 | 10 | 0 | 1011101 | 10010 | 111101 | 1010111 | 101100 |
Color Harmonies of #CCD00F
Complementary color
Monochromatic Colors of #CCD00F
Black with #CCD00F
Text Example
Text Example
White with #CCD00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD00F; }
p { color: rgb(204,208,15); }
H1.HeaderClassName
{
color: #CCD00F;
}
.AnyTagClassName
{
color: #CCD00F;
}
</style>
background-color css
<style>
a { background-color: #CCD00F; }
a { background-color: rgb(204,208,15); }
div.DivClassName
{
background-color: #CCD00F;
}
.BgClassName
{
background-color: #CCD00F;
}
</style>
border-color css
<style>
span { border-color: #CCD00F; }
span { border-color: rgb(204,208,15); }
td.TdClassName
{
border-color: #CCD00F;
}
.TagClassName
{
border-color: #CCD00F;
}
</style>