Shades of Bird Flower #CCAF00
Tints of Bird Flower #CCAF00
RGB
CMYK
RGB Variations
Color information
#CCAF00 (or 0xCCAF00) is known color: Bird Flower. HEX triplet: CC, AF and 00. RGB value is (204,175,0). Sum of RGB (Red+Green+Blue) = 204+175+0=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAF00 is #3350FF. Grayscale: #A4A4A4. Windows color (decimal): -3363072 or 45004. OLE color: 45004.
HSL color Cylindrical-coordinate representation of color #CCAF00: hue angle of 51.47º 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 #CCAF00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.2 |
| HSL | 51.47º | 1% | 0.4% | - |
| HSV(B) | 51.47º | 1% | 0.8% | - |
| XYZ | 40.23 | 43.5 | 6.28 | - |
| YUV | 163.72 | 35.61 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 0 | 0 | 0.14 | 1 | 0.2 | 51.47 | 1 | 0.4 |
| Hex | CC | AF | 0 | 0 | E | 64 | 14 | 33 | 64 | 28 |
| Octal | 314 | 257 | 0 | 0 | 16 | 144 | 24 | 63 | 144 | 50 |
| Binary | 11001100 | 10101111 | 0 | 0 | 1110 | 1100100 | 10100 | 110011 | 1100100 | 101000 |
Color Harmonies of #CCAF00
Complementary color
Monochromatic Colors of #CCAF00
Black with #CCAF00
Text Example
Text Example
White with #CCAF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF00; }
p { color: rgb(204,175,0); }
H1.HeaderClassName
{
color: #CCAF00;
}
.AnyTagClassName
{
color: #CCAF00;
}
</style>
background-color css
<style>
a { background-color: #CCAF00; }
a { background-color: rgb(204,175,0); }
div.DivClassName
{
background-color: #CCAF00;
}
.BgClassName
{
background-color: #CCAF00;
}
</style>
border-color css
<style>
span { border-color: #CCAF00; }
span { border-color: rgb(204,175,0); }
td.TdClassName
{
border-color: #CCAF00;
}
.TagClassName
{
border-color: #CCAF00;
}
</style>