Shades of Bird Flower #CCD60F
Tints of Bird Flower #CCD60F
RGB
CMYK
RGB Variations
Color information
#CCD60F (or 0xCCD60F) is known color: Bird Flower. HEX triplet: CC, D6 and 0F. RGB value is (204,214,15). Sum of RGB (Red+Green+Blue) = 204+214+15=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD60F is #3329F0. Grayscale: #BDBDBD. Windows color (decimal): -3353073 or 1038028. OLE color: 1038028.
HSL color Cylindrical-coordinate representation of color #CCD60F: hue angle of 63.02º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCD60F is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 15 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.16 |
| HSL | 63.02º | 0.87% | 0.45% | - |
| HSV(B) | 63.02º | 0.93% | 0.84% | - |
| XYZ | 49.03 | 60.96 | 9.63 | - |
| YUV | 188.32 | 30.19 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 15 | 0.05 | 0 | 0.93 | 0.16 | 63.02 | 0.87 | 0.45 |
| Hex | CC | D6 | F | 5 | 0 | 5D | 10 | 3F | 57 | 2D |
| Octal | 314 | 326 | 17 | 5 | 0 | 135 | 20 | 77 | 127 | 55 |
| Binary | 11001100 | 11010110 | 1111 | 101 | 0 | 1011101 | 10000 | 111111 | 1010111 | 101101 |
Color Harmonies of #CCD60F
Complementary color
Monochromatic Colors of #CCD60F
Black with #CCD60F
Text Example
Text Example
White with #CCD60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD60F; }
p { color: rgb(204,214,15); }
H1.HeaderClassName
{
color: #CCD60F;
}
.AnyTagClassName
{
color: #CCD60F;
}
</style>
background-color css
<style>
a { background-color: #CCD60F; }
a { background-color: rgb(204,214,15); }
div.DivClassName
{
background-color: #CCD60F;
}
.BgClassName
{
background-color: #CCD60F;
}
</style>
border-color css
<style>
span { border-color: #CCD60F; }
span { border-color: rgb(204,214,15); }
td.TdClassName
{
border-color: #CCD60F;
}
.TagClassName
{
border-color: #CCD60F;
}
</style>