Shades of Bird Flower #CCAF0F
Tints of Bird Flower #CCAF0F
RGB
CMYK
RGB Variations
Color information
#CCAF0F (or 0xCCAF0F) is known color: Bird Flower. HEX triplet: CC, AF and 0F. RGB value is (204,175,15). Sum of RGB (Red+Green+Blue) = 204+175+15=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 15 (6.25% from 255 or 3.81% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAF0F is #3350F0. Grayscale: #A6A6A6. Windows color (decimal): -3363057 or 1028044. OLE color: 1028044.
HSL color Cylindrical-coordinate representation of color #CCAF0F: hue angle of 50.79º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCAF0F is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 15 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.2 |
| HSL | 50.79º | 0.86% | 0.43% | - |
| HSV(B) | 50.79º | 0.93% | 0.8% | - |
| XYZ | 40.32 | 43.53 | 6.73 | - |
| YUV | 165.43 | 43.11 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 15 | 0 | 0.14 | 0.93 | 0.2 | 50.79 | 0.86 | 0.43 |
| Hex | CC | AF | F | 0 | E | 5D | 14 | 33 | 56 | 2B |
| Octal | 314 | 257 | 17 | 0 | 16 | 135 | 24 | 63 | 126 | 53 |
| Binary | 11001100 | 10101111 | 1111 | 0 | 1110 | 1011101 | 10100 | 110011 | 1010110 | 101011 |
Color Harmonies of #CCAF0F
Complementary color
Monochromatic Colors of #CCAF0F
Black with #CCAF0F
Text Example
Text Example
White with #CCAF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF0F; }
p { color: rgb(204,175,15); }
H1.HeaderClassName
{
color: #CCAF0F;
}
.AnyTagClassName
{
color: #CCAF0F;
}
</style>
background-color css
<style>
a { background-color: #CCAF0F; }
a { background-color: rgb(204,175,15); }
div.DivClassName
{
background-color: #CCAF0F;
}
.BgClassName
{
background-color: #CCAF0F;
}
</style>
border-color css
<style>
span { border-color: #CCAF0F; }
span { border-color: rgb(204,175,15); }
td.TdClassName
{
border-color: #CCAF0F;
}
.TagClassName
{
border-color: #CCAF0F;
}
</style>