Shades of Bird Flower #CCAF14
Tints of Bird Flower #CCAF14
RGB
CMYK
RGB Variations
Color information
#CCAF14 (or 0xCCAF14) is known color: Bird Flower. HEX triplet: CC, AF and 14. RGB value is (204,175,20). Sum of RGB (Red+Green+Blue) = 204+175+20=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAF14 is #3350EB. Grayscale: #A6A6A6. Windows color (decimal): -3363052 or 1355724. OLE color: 1355724.
HSL color Cylindrical-coordinate representation of color #CCAF14: hue angle of 50.54º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCAF14 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 20 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.2 |
| HSL | 50.54º | 0.82% | 0.44% | - |
| HSV(B) | 50.54º | 0.9% | 0.8% | - |
| XYZ | 40.36 | 43.55 | 6.94 | - |
| YUV | 166 | 45.61 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 20 | 0 | 0.14 | 0.90 | 0.2 | 50.54 | 0.82 | 0.44 |
| Hex | CC | AF | 14 | 0 | E | 5A | 14 | 33 | 52 | 2C |
| Octal | 314 | 257 | 24 | 0 | 16 | 132 | 24 | 63 | 122 | 54 |
| Binary | 11001100 | 10101111 | 10100 | 0 | 1110 | 1011010 | 10100 | 110011 | 1010010 | 101100 |
Color Harmonies of #CCAF14
Complementary color
Monochromatic Colors of #CCAF14
Black with #CCAF14
Text Example
Text Example
White with #CCAF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF14; }
p { color: rgb(204,175,20); }
H1.HeaderClassName
{
color: #CCAF14;
}
.AnyTagClassName
{
color: #CCAF14;
}
</style>
background-color css
<style>
a { background-color: #CCAF14; }
a { background-color: rgb(204,175,20); }
div.DivClassName
{
background-color: #CCAF14;
}
.BgClassName
{
background-color: #CCAF14;
}
</style>
border-color css
<style>
span { border-color: #CCAF14; }
span { border-color: rgb(204,175,20); }
td.TdClassName
{
border-color: #CCAF14;
}
.TagClassName
{
border-color: #CCAF14;
}
</style>