Shades of Bird Flower #CCAF16
Tints of Bird Flower #CCAF16
RGB
CMYK
RGB Variations
Color information
#CCAF16 (or 0xCCAF16) is known color: Bird Flower. HEX triplet: CC, AF and 16. RGB value is (204,175,22). Sum of RGB (Red+Green+Blue) = 204+175+22=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAF16 is #3350E9. Grayscale: #A6A6A6. Windows color (decimal): -3363050 or 1486796. OLE color: 1486796.
HSL color Cylindrical-coordinate representation of color #CCAF16: hue angle of 50.44º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCAF16 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 22 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.2 |
| HSL | 50.44º | 0.81% | 0.44% | - |
| HSV(B) | 50.44º | 0.89% | 0.8% | - |
| XYZ | 40.38 | 43.56 | 7.04 | - |
| YUV | 166.23 | 46.61 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 22 | 0 | 0.14 | 0.89 | 0.2 | 50.44 | 0.81 | 0.44 |
| Hex | CC | AF | 16 | 0 | E | 59 | 14 | 32 | 51 | 2C |
| Octal | 314 | 257 | 26 | 0 | 16 | 131 | 24 | 62 | 121 | 54 |
| Binary | 11001100 | 10101111 | 10110 | 0 | 1110 | 1011001 | 10100 | 110010 | 1010001 | 101100 |
Color Harmonies of #CCAF16
Complementary color
Monochromatic Colors of #CCAF16
Black with #CCAF16
Text Example
Text Example
White with #CCAF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF16; }
p { color: rgb(204,175,22); }
H1.HeaderClassName
{
color: #CCAF16;
}
.AnyTagClassName
{
color: #CCAF16;
}
</style>
background-color css
<style>
a { background-color: #CCAF16; }
a { background-color: rgb(204,175,22); }
div.DivClassName
{
background-color: #CCAF16;
}
.BgClassName
{
background-color: #CCAF16;
}
</style>
border-color css
<style>
span { border-color: #CCAF16; }
span { border-color: rgb(204,175,22); }
td.TdClassName
{
border-color: #CCAF16;
}
.TagClassName
{
border-color: #CCAF16;
}
</style>