Shades of Bird Flower #CFAC06
Tints of Bird Flower #CFAC06
RGB
CMYK
RGB Variations
Color information
#CFAC06 (or 0xCFAC06) is known color: Bird Flower. HEX triplet: CF, AC and 06. RGB value is (207,172,6). Sum of RGB (Red+Green+Blue) = 207+172+6=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 6 (2.73% from 255 or 1.56% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAC06 is #3053F9. Grayscale: #A4A4A4. Windows color (decimal): -3167226 or 437455. OLE color: 437455.
HSL color Cylindrical-coordinate representation of color #CFAC06: hue angle of 49.55º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFAC06 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 6 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.19 |
| HSL | 49.55º | 0.94% | 0.42% | - |
| HSV(B) | 49.55º | 0.97% | 0.81% | - |
| XYZ | 40.52 | 42.78 | 6.29 | - |
| YUV | 163.54 | 39.1 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 6 | 0 | 0.17 | 0.97 | 0.19 | 49.55 | 0.94 | 0.42 |
| Hex | CF | AC | 6 | 0 | 11 | 61 | 13 | 32 | 5E | 2A |
| Octal | 317 | 254 | 6 | 0 | 21 | 141 | 23 | 62 | 136 | 52 |
| Binary | 11001111 | 10101100 | 110 | 0 | 10001 | 1100001 | 10011 | 110010 | 1011110 | 101010 |
Color Harmonies of #CFAC06
Complementary color
Monochromatic Colors of #CFAC06
Black with #CFAC06
Text Example
Text Example
White with #CFAC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC06; }
p { color: rgb(207,172,6); }
H1.HeaderClassName
{
color: #CFAC06;
}
.AnyTagClassName
{
color: #CFAC06;
}
</style>
background-color css
<style>
a { background-color: #CFAC06; }
a { background-color: rgb(207,172,6); }
div.DivClassName
{
background-color: #CFAC06;
}
.BgClassName
{
background-color: #CFAC06;
}
</style>
border-color css
<style>
span { border-color: #CFAC06; }
span { border-color: rgb(207,172,6); }
td.TdClassName
{
border-color: #CFAC06;
}
.TagClassName
{
border-color: #CFAC06;
}
</style>