Shades of Bird Flower #CCC90A
Tints of Bird Flower #CCC90A
RGB
CMYK
RGB Variations
Color information
#CCC90A (or 0xCCC90A) is known color: Bird Flower. HEX triplet: CC, C9 and 0A. RGB value is (204,201,10). Sum of RGB (Red+Green+Blue) = 204+201+10=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC90A is #3336F5. Grayscale: #B4B4B4. Windows color (decimal): -3356406 or 707020. OLE color: 707020.
HSL color Cylindrical-coordinate representation of color #CCC90A: hue angle of 59.07º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCC90A is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 10 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.2 |
| HSL | 59.07º | 0.91% | 0.42% | - |
| HSV(B) | 59.07º | 0.95% | 0.8% | - |
| XYZ | 45.84 | 54.63 | 8.42 | - |
| YUV | 180.12 | 31.99 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 10 | 0 | 0.01 | 0.95 | 0.2 | 59.07 | 0.91 | 0.42 |
| Hex | CC | C9 | A | 0 | 1 | 5F | 14 | 3B | 5B | 2A |
| Octal | 314 | 311 | 12 | 0 | 1 | 137 | 24 | 73 | 133 | 52 |
| Binary | 11001100 | 11001001 | 1010 | 0 | 1 | 1011111 | 10100 | 111011 | 1011011 | 101010 |
Color Harmonies of #CCC90A
Complementary color
Monochromatic Colors of #CCC90A
Black with #CCC90A
Text Example
Text Example
White with #CCC90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC90A; }
p { color: rgb(204,201,10); }
H1.HeaderClassName
{
color: #CCC90A;
}
.AnyTagClassName
{
color: #CCC90A;
}
</style>
background-color css
<style>
a { background-color: #CCC90A; }
a { background-color: rgb(204,201,10); }
div.DivClassName
{
background-color: #CCC90A;
}
.BgClassName
{
background-color: #CCC90A;
}
</style>
border-color css
<style>
span { border-color: #CCC90A; }
span { border-color: rgb(204,201,10); }
td.TdClassName
{
border-color: #CCC90A;
}
.TagClassName
{
border-color: #CCC90A;
}
</style>