Shades of Bird Flower #CFAC0A
Tints of Bird Flower #CFAC0A
RGB
CMYK
RGB Variations
Color information
#CFAC0A (or 0xCFAC0A) is known color: Bird Flower. HEX triplet: CF, AC and 0A. RGB value is (207,172,10). Sum of RGB (Red+Green+Blue) = 207+172+10=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 10 (4.30% from 255 or 2.57% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAC0A is #3053F5. Grayscale: #A4A4A4. Windows color (decimal): -3167222 or 699599. OLE color: 699599.
HSL color Cylindrical-coordinate representation of color #CFAC0A: hue angle of 49.34º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFAC0A is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 10 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.19 |
| HSL | 49.34º | 0.91% | 0.43% | - |
| HSV(B) | 49.34º | 0.95% | 0.81% | - |
| XYZ | 40.54 | 42.79 | 6.41 | - |
| YUV | 164 | 41.1 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 10 | 0 | 0.17 | 0.95 | 0.19 | 49.34 | 0.91 | 0.43 |
| Hex | CF | AC | A | 0 | 11 | 5F | 13 | 31 | 5B | 2B |
| Octal | 317 | 254 | 12 | 0 | 21 | 137 | 23 | 61 | 133 | 53 |
| Binary | 11001111 | 10101100 | 1010 | 0 | 10001 | 1011111 | 10011 | 110001 | 1011011 | 101011 |
Color Harmonies of #CFAC0A
Complementary color
Monochromatic Colors of #CFAC0A
Black with #CFAC0A
Text Example
Text Example
White with #CFAC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC0A; }
p { color: rgb(207,172,10); }
H1.HeaderClassName
{
color: #CFAC0A;
}
.AnyTagClassName
{
color: #CFAC0A;
}
</style>
background-color css
<style>
a { background-color: #CFAC0A; }
a { background-color: rgb(207,172,10); }
div.DivClassName
{
background-color: #CFAC0A;
}
.BgClassName
{
background-color: #CFAC0A;
}
</style>
border-color css
<style>
span { border-color: #CFAC0A; }
span { border-color: rgb(207,172,10); }
td.TdClassName
{
border-color: #CFAC0A;
}
.TagClassName
{
border-color: #CFAC0A;
}
</style>