Shades of Bird Flower #CCA900
Tints of Bird Flower #CCA900
RGB
CMYK
RGB Variations
Color information
#CCA900 (or 0xCCA900) is known color: Bird Flower. HEX triplet: CC, A9 and 00. RGB value is (204,169,0). Sum of RGB (Red+Green+Blue) = 204+169+0=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA900 is #3356FF. Grayscale: #A0A0A0. Windows color (decimal): -3364608 or 43468. OLE color: 43468.
HSL color Cylindrical-coordinate representation of color #CCA900: hue angle of 49.71º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCA900 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 169 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.2 |
| HSL | 49.71º | 1% | 0.4% | - |
| HSV(B) | 49.71º | 1% | 0.8% | - |
| XYZ | 39.09 | 41.21 | 5.89 | - |
| YUV | 160.2 | 37.6 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 169 | 0 | 0 | 0.17 | 1 | 0.2 | 49.71 | 1 | 0.4 |
| Hex | CC | A9 | 0 | 0 | 11 | 64 | 14 | 32 | 64 | 28 |
| Octal | 314 | 251 | 0 | 0 | 21 | 144 | 24 | 62 | 144 | 50 |
| Binary | 11001100 | 10101001 | 0 | 0 | 10001 | 1100100 | 10100 | 110010 | 1100100 | 101000 |
Color Harmonies of #CCA900
Complementary color
Monochromatic Colors of #CCA900
Black with #CCA900
Text Example
Text Example
White with #CCA900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA900; }
p { color: rgb(204,169,0); }
H1.HeaderClassName
{
color: #CCA900;
}
.AnyTagClassName
{
color: #CCA900;
}
</style>
background-color css
<style>
a { background-color: #CCA900; }
a { background-color: rgb(204,169,0); }
div.DivClassName
{
background-color: #CCA900;
}
.BgClassName
{
background-color: #CCA900;
}
</style>
border-color css
<style>
span { border-color: #CCA900; }
span { border-color: rgb(204,169,0); }
td.TdClassName
{
border-color: #CCA900;
}
.TagClassName
{
border-color: #CCA900;
}
</style>