Shades of Bird Flower #CCC90E
Tints of Bird Flower #CCC90E
RGB
CMYK
RGB Variations
Color information
#CCC90E (or 0xCCC90E) is known color: Bird Flower. HEX triplet: CC, C9 and 0E. RGB value is (204,201,14). Sum of RGB (Red+Green+Blue) = 204+201+14=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC90E is #3336F1. Grayscale: #B5B5B5. Windows color (decimal): -3356402 or 969164. OLE color: 969164.
HSL color Cylindrical-coordinate representation of color #CCC90E: hue angle of 59.05º 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 #CCC90E is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 14 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.2 |
| HSL | 59.05º | 0.87% | 0.43% | - |
| HSV(B) | 59.05º | 0.93% | 0.8% | - |
| XYZ | 45.87 | 54.64 | 8.55 | - |
| YUV | 180.58 | 33.99 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 14 | 0 | 0.01 | 0.93 | 0.2 | 59.05 | 0.87 | 0.43 |
| Hex | CC | C9 | E | 0 | 1 | 5D | 14 | 3B | 57 | 2B |
| Octal | 314 | 311 | 16 | 0 | 1 | 135 | 24 | 73 | 127 | 53 |
| Binary | 11001100 | 11001001 | 1110 | 0 | 1 | 1011101 | 10100 | 111011 | 1010111 | 101011 |
Color Harmonies of #CCC90E
Complementary color
Monochromatic Colors of #CCC90E
Black with #CCC90E
Text Example
Text Example
White with #CCC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC90E; }
p { color: rgb(204,201,14); }
H1.HeaderClassName
{
color: #CCC90E;
}
.AnyTagClassName
{
color: #CCC90E;
}
</style>
background-color css
<style>
a { background-color: #CCC90E; }
a { background-color: rgb(204,201,14); }
div.DivClassName
{
background-color: #CCC90E;
}
.BgClassName
{
background-color: #CCC90E;
}
</style>
border-color css
<style>
span { border-color: #CCC90E; }
span { border-color: rgb(204,201,14); }
td.TdClassName
{
border-color: #CCC90E;
}
.TagClassName
{
border-color: #CCC90E;
}
</style>