Shades of Bird Flower #CCD60B
Tints of Bird Flower #CCD60B
RGB
CMYK
RGB Variations
Color information
#CCD60B (or 0xCCD60B) is known color: Bird Flower. HEX triplet: CC, D6 and 0B. RGB value is (204,214,11). Sum of RGB (Red+Green+Blue) = 204+214+11=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD60B is #3329F4. Grayscale: #BCBCBC. Windows color (decimal): -3353077 or 775884. OLE color: 775884.
HSL color Cylindrical-coordinate representation of color #CCD60B: hue angle of 62.96º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCD60B is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 11 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.16 |
| HSL | 62.96º | 0.9% | 0.44% | - |
| HSV(B) | 62.96º | 0.95% | 0.84% | - |
| XYZ | 49.01 | 60.95 | 9.5 | - |
| YUV | 187.87 | 28.19 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 11 | 0.05 | 0 | 0.95 | 0.16 | 62.96 | 0.9 | 0.44 |
| Hex | CC | D6 | B | 5 | 0 | 5F | 10 | 3F | 5A | 2C |
| Octal | 314 | 326 | 13 | 5 | 0 | 137 | 20 | 77 | 132 | 54 |
| Binary | 11001100 | 11010110 | 1011 | 101 | 0 | 1011111 | 10000 | 111111 | 1011010 | 101100 |
Color Harmonies of #CCD60B
Complementary color
Monochromatic Colors of #CCD60B
Black with #CCD60B
Text Example
Text Example
White with #CCD60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD60B; }
p { color: rgb(204,214,11); }
H1.HeaderClassName
{
color: #CCD60B;
}
.AnyTagClassName
{
color: #CCD60B;
}
</style>
background-color css
<style>
a { background-color: #CCD60B; }
a { background-color: rgb(204,214,11); }
div.DivClassName
{
background-color: #CCD60B;
}
.BgClassName
{
background-color: #CCD60B;
}
</style>
border-color css
<style>
span { border-color: #CCD60B; }
span { border-color: rgb(204,214,11); }
td.TdClassName
{
border-color: #CCD60B;
}
.TagClassName
{
border-color: #CCD60B;
}
</style>