Shades of Bird Flower #CCC70E
Tints of Bird Flower #CCC70E
RGB
CMYK
RGB Variations
Color information
#CCC70E (or 0xCCC70E) is known color: Bird Flower. HEX triplet: CC, C7 and 0E. RGB value is (204,199,14). Sum of RGB (Red+Green+Blue) = 204+199+14=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC70E is #3338F1. Grayscale: #B4B4B4. Windows color (decimal): -3356914 or 968652. OLE color: 968652.
HSL color Cylindrical-coordinate representation of color #CCC70E: hue angle of 58.42º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCC70E is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 14 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.2 |
| HSL | 58.42º | 0.87% | 0.43% | - |
| HSV(B) | 58.42º | 0.93% | 0.8% | - |
| XYZ | 45.4 | 53.72 | 8.39 | - |
| YUV | 179.41 | 34.66 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 14 | 0 | 0.02 | 0.93 | 0.2 | 58.42 | 0.87 | 0.43 |
| Hex | CC | C7 | E | 0 | 2 | 5D | 14 | 3A | 57 | 2B |
| Octal | 314 | 307 | 16 | 0 | 2 | 135 | 24 | 72 | 127 | 53 |
| Binary | 11001100 | 11000111 | 1110 | 0 | 10 | 1011101 | 10100 | 111010 | 1010111 | 101011 |
Color Harmonies of #CCC70E
Complementary color
Monochromatic Colors of #CCC70E
Black with #CCC70E
Text Example
Text Example
White with #CCC70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC70E; }
p { color: rgb(204,199,14); }
H1.HeaderClassName
{
color: #CCC70E;
}
.AnyTagClassName
{
color: #CCC70E;
}
</style>
background-color css
<style>
a { background-color: #CCC70E; }
a { background-color: rgb(204,199,14); }
div.DivClassName
{
background-color: #CCC70E;
}
.BgClassName
{
background-color: #CCC70E;
}
</style>
border-color css
<style>
span { border-color: #CCC70E; }
span { border-color: rgb(204,199,14); }
td.TdClassName
{
border-color: #CCC70E;
}
.TagClassName
{
border-color: #CCC70E;
}
</style>