Shades of Bird Flower #CCC90F
Tints of Bird Flower #CCC90F
RGB
CMYK
RGB Variations
Color information
#CCC90F (or 0xCCC90F) is known color: Bird Flower. HEX triplet: CC, C9 and 0F. RGB value is (204,201,15). Sum of RGB (Red+Green+Blue) = 204+201+15=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC90F is #3336F0. Grayscale: #B5B5B5. Windows color (decimal): -3356401 or 1034700. OLE color: 1034700.
HSL color Cylindrical-coordinate representation of color #CCC90F: hue angle of 59.05º degrees, saturation: 0.86, 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 #CCC90F is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 15 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.2 |
| HSL | 59.05º | 0.86% | 0.43% | - |
| HSV(B) | 59.05º | 0.93% | 0.8% | - |
| XYZ | 45.87 | 54.65 | 8.58 | - |
| YUV | 180.69 | 34.49 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 15 | 0 | 0.01 | 0.93 | 0.2 | 59.05 | 0.86 | 0.43 |
| Hex | CC | C9 | F | 0 | 1 | 5D | 14 | 3B | 56 | 2B |
| Octal | 314 | 311 | 17 | 0 | 1 | 135 | 24 | 73 | 126 | 53 |
| Binary | 11001100 | 11001001 | 1111 | 0 | 1 | 1011101 | 10100 | 111011 | 1010110 | 101011 |
Color Harmonies of #CCC90F
Complementary color
Monochromatic Colors of #CCC90F
Black with #CCC90F
Text Example
Text Example
White with #CCC90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC90F; }
p { color: rgb(204,201,15); }
H1.HeaderClassName
{
color: #CCC90F;
}
.AnyTagClassName
{
color: #CCC90F;
}
</style>
background-color css
<style>
a { background-color: #CCC90F; }
a { background-color: rgb(204,201,15); }
div.DivClassName
{
background-color: #CCC90F;
}
.BgClassName
{
background-color: #CCC90F;
}
</style>
border-color css
<style>
span { border-color: #CCC90F; }
span { border-color: rgb(204,201,15); }
td.TdClassName
{
border-color: #CCC90F;
}
.TagClassName
{
border-color: #CCC90F;
}
</style>