Shades of Bird Flower #CCD30C
Tints of Bird Flower #CCD30C
RGB
CMYK
RGB Variations
Color information
#CCD30C (or 0xCCD30C) is known color: Bird Flower. HEX triplet: CC, D3 and 0C. RGB value is (204,211,12). Sum of RGB (Red+Green+Blue) = 204+211+12=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD30C is #332CF3. Grayscale: #BBBBBB. Windows color (decimal): -3353844 or 840652. OLE color: 840652.
HSL color Cylindrical-coordinate representation of color #CCD30C: hue angle of 62.11º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCD30C is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 12 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.17 |
| HSL | 62.11º | 0.89% | 0.44% | - |
| HSV(B) | 62.11º | 0.94% | 0.83% | - |
| XYZ | 48.26 | 59.45 | 9.28 | - |
| YUV | 186.22 | 29.68 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 12 | 0.03 | 0 | 0.94 | 0.17 | 62.11 | 0.89 | 0.44 |
| Hex | CC | D3 | C | 3 | 0 | 5E | 11 | 3E | 59 | 2C |
| Octal | 314 | 323 | 14 | 3 | 0 | 136 | 21 | 76 | 131 | 54 |
| Binary | 11001100 | 11010011 | 1100 | 11 | 0 | 1011110 | 10001 | 111110 | 1011001 | 101100 |
Color Harmonies of #CCD30C
Complementary color
Monochromatic Colors of #CCD30C
Black with #CCD30C
Text Example
Text Example
White with #CCD30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD30C; }
p { color: rgb(204,211,12); }
H1.HeaderClassName
{
color: #CCD30C;
}
.AnyTagClassName
{
color: #CCD30C;
}
</style>
background-color css
<style>
a { background-color: #CCD30C; }
a { background-color: rgb(204,211,12); }
div.DivClassName
{
background-color: #CCD30C;
}
.BgClassName
{
background-color: #CCD30C;
}
</style>
border-color css
<style>
span { border-color: #CCD30C; }
span { border-color: rgb(204,211,12); }
td.TdClassName
{
border-color: #CCD30C;
}
.TagClassName
{
border-color: #CCD30C;
}
</style>