Shades of Bird Flower #CFAC09
Tints of Bird Flower #CFAC09
RGB
CMYK
RGB Variations
Color information
#CFAC09 (or 0xCFAC09) is known color: Bird Flower. HEX triplet: CF, AC and 09. RGB value is (207,172,9). Sum of RGB (Red+Green+Blue) = 207+172+9=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 9 (3.91% from 255 or 2.32% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAC09 is #3053F6. Grayscale: #A4A4A4. Windows color (decimal): -3167223 or 634063. OLE color: 634063.
HSL color Cylindrical-coordinate representation of color #CFAC09: hue angle of 49.39º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFAC09 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 9 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.19 |
| HSL | 49.39º | 0.92% | 0.42% | - |
| HSV(B) | 49.39º | 0.96% | 0.81% | - |
| XYZ | 40.53 | 42.79 | 6.38 | - |
| YUV | 163.88 | 40.6 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 9 | 0 | 0.17 | 0.96 | 0.19 | 49.39 | 0.92 | 0.42 |
| Hex | CF | AC | 9 | 0 | 11 | 60 | 13 | 31 | 5C | 2A |
| Octal | 317 | 254 | 11 | 0 | 21 | 140 | 23 | 61 | 134 | 52 |
| Binary | 11001111 | 10101100 | 1001 | 0 | 10001 | 1100000 | 10011 | 110001 | 1011100 | 101010 |
Color Harmonies of #CFAC09
Complementary color
Monochromatic Colors of #CFAC09
Black with #CFAC09
Text Example
Text Example
White with #CFAC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC09; }
p { color: rgb(207,172,9); }
H1.HeaderClassName
{
color: #CFAC09;
}
.AnyTagClassName
{
color: #CFAC09;
}
</style>
background-color css
<style>
a { background-color: #CFAC09; }
a { background-color: rgb(207,172,9); }
div.DivClassName
{
background-color: #CFAC09;
}
.BgClassName
{
background-color: #CFAC09;
}
</style>
border-color css
<style>
span { border-color: #CFAC09; }
span { border-color: rgb(207,172,9); }
td.TdClassName
{
border-color: #CFAC09;
}
.TagClassName
{
border-color: #CFAC09;
}
</style>