Shades of Bird Flower #CCAF0C
Tints of Bird Flower #CCAF0C
RGB
CMYK
RGB Variations
Color information
#CCAF0C (or 0xCCAF0C) is known color: Bird Flower. HEX triplet: CC, AF and 0C. RGB value is (204,175,12). Sum of RGB (Red+Green+Blue) = 204+175+12=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAF0C is #3350F3. Grayscale: #A5A5A5. Windows color (decimal): -3363060 or 831436. OLE color: 831436.
HSL color Cylindrical-coordinate representation of color #CCAF0C: hue angle of 50.94º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCAF0C is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 12 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.2 |
| HSL | 50.94º | 0.89% | 0.42% | - |
| HSV(B) | 50.94º | 0.94% | 0.8% | - |
| XYZ | 40.3 | 43.52 | 6.62 | - |
| YUV | 165.09 | 41.61 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 12 | 0 | 0.14 | 0.94 | 0.2 | 50.94 | 0.89 | 0.42 |
| Hex | CC | AF | C | 0 | E | 5E | 14 | 33 | 59 | 2A |
| Octal | 314 | 257 | 14 | 0 | 16 | 136 | 24 | 63 | 131 | 52 |
| Binary | 11001100 | 10101111 | 1100 | 0 | 1110 | 1011110 | 10100 | 110011 | 1011001 | 101010 |
Color Harmonies of #CCAF0C
Complementary color
Monochromatic Colors of #CCAF0C
Black with #CCAF0C
Text Example
Text Example
White with #CCAF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF0C; }
p { color: rgb(204,175,12); }
H1.HeaderClassName
{
color: #CCAF0C;
}
.AnyTagClassName
{
color: #CCAF0C;
}
</style>
background-color css
<style>
a { background-color: #CCAF0C; }
a { background-color: rgb(204,175,12); }
div.DivClassName
{
background-color: #CCAF0C;
}
.BgClassName
{
background-color: #CCAF0C;
}
</style>
border-color css
<style>
span { border-color: #CCAF0C; }
span { border-color: rgb(204,175,12); }
td.TdClassName
{
border-color: #CCAF0C;
}
.TagClassName
{
border-color: #CCAF0C;
}
</style>