Shades of Bird Flower #CCC90C
Tints of Bird Flower #CCC90C
RGB
CMYK
RGB Variations
Color information
#CCC90C (or 0xCCC90C) is known color: Bird Flower. HEX triplet: CC, C9 and 0C. RGB value is (204,201,12). Sum of RGB (Red+Green+Blue) = 204+201+12=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC90C is #3336F3. Grayscale: #B5B5B5. Windows color (decimal): -3356404 or 838092. OLE color: 838092.
HSL color Cylindrical-coordinate representation of color #CCC90C: hue angle of 59.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCC90C is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 12 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.2 |
| HSL | 59.06º | 0.89% | 0.42% | - |
| HSV(B) | 59.06º | 0.94% | 0.8% | - |
| XYZ | 45.85 | 54.64 | 8.48 | - |
| YUV | 180.35 | 32.99 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 12 | 0 | 0.01 | 0.94 | 0.2 | 59.06 | 0.89 | 0.42 |
| Hex | CC | C9 | C | 0 | 1 | 5E | 14 | 3B | 59 | 2A |
| Octal | 314 | 311 | 14 | 0 | 1 | 136 | 24 | 73 | 131 | 52 |
| Binary | 11001100 | 11001001 | 1100 | 0 | 1 | 1011110 | 10100 | 111011 | 1011001 | 101010 |
Color Harmonies of #CCC90C
Complementary color
Monochromatic Colors of #CCC90C
Black with #CCC90C
Text Example
Text Example
White with #CCC90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC90C; }
p { color: rgb(204,201,12); }
H1.HeaderClassName
{
color: #CCC90C;
}
.AnyTagClassName
{
color: #CCC90C;
}
</style>
background-color css
<style>
a { background-color: #CCC90C; }
a { background-color: rgb(204,201,12); }
div.DivClassName
{
background-color: #CCC90C;
}
.BgClassName
{
background-color: #CCC90C;
}
</style>
border-color css
<style>
span { border-color: #CCC90C; }
span { border-color: rgb(204,201,12); }
td.TdClassName
{
border-color: #CCC90C;
}
.TagClassName
{
border-color: #CCC90C;
}
</style>