Shades of Bird Flower #CCD60D
Tints of Bird Flower #CCD60D
RGB
CMYK
RGB Variations
Color information
#CCD60D (or 0xCCD60D) is known color: Bird Flower. HEX triplet: CC, D6 and 0D. RGB value is (204,214,13). Sum of RGB (Red+Green+Blue) = 204+214+13=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD60D is #3329F2. Grayscale: #BCBCBC. Windows color (decimal): -3353075 or 906956. OLE color: 906956.
HSL color Cylindrical-coordinate representation of color #CCD60D: hue angle of 62.99º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCD60D is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 13 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.16 |
| HSL | 62.99º | 0.89% | 0.45% | - |
| HSV(B) | 62.99º | 0.94% | 0.84% | - |
| XYZ | 49.02 | 60.96 | 9.56 | - |
| YUV | 188.1 | 29.19 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 13 | 0.05 | 0 | 0.94 | 0.16 | 62.99 | 0.89 | 0.45 |
| Hex | CC | D6 | D | 5 | 0 | 5E | 10 | 3F | 59 | 2D |
| Octal | 314 | 326 | 15 | 5 | 0 | 136 | 20 | 77 | 131 | 55 |
| Binary | 11001100 | 11010110 | 1101 | 101 | 0 | 1011110 | 10000 | 111111 | 1011001 | 101101 |
Color Harmonies of #CCD60D
Complementary color
Monochromatic Colors of #CCD60D
Black with #CCD60D
Text Example
Text Example
White with #CCD60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD60D; }
p { color: rgb(204,214,13); }
H1.HeaderClassName
{
color: #CCD60D;
}
.AnyTagClassName
{
color: #CCD60D;
}
</style>
background-color css
<style>
a { background-color: #CCD60D; }
a { background-color: rgb(204,214,13); }
div.DivClassName
{
background-color: #CCD60D;
}
.BgClassName
{
background-color: #CCD60D;
}
</style>
border-color css
<style>
span { border-color: #CCD60D; }
span { border-color: rgb(204,214,13); }
td.TdClassName
{
border-color: #CCD60D;
}
.TagClassName
{
border-color: #CCD60D;
}
</style>