Shades of Bird Flower #CFAF0E
Tints of Bird Flower #CFAF0E
RGB
CMYK
RGB Variations
Color information
#CFAF0E (or 0xCFAF0E) is known color: Bird Flower. HEX triplet: CF, AF and 0E. RGB value is (207,175,14). Sum of RGB (Red+Green+Blue) = 207+175+14=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAF0E is #3050F1. Grayscale: #A6A6A6. Windows color (decimal): -3166450 or 962511. OLE color: 962511.
HSL color Cylindrical-coordinate representation of color #CFAF0E: hue angle of 50.05º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFAF0E is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 14 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.19 |
| HSL | 50.05º | 0.87% | 0.43% | - |
| HSV(B) | 50.05º | 0.93% | 0.81% | - |
| XYZ | 41.14 | 43.96 | 6.73 | - |
| YUV | 166.21 | 42.1 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 14 | 0 | 0.15 | 0.93 | 0.19 | 50.05 | 0.87 | 0.43 |
| Hex | CF | AF | E | 0 | F | 5D | 13 | 32 | 57 | 2B |
| Octal | 317 | 257 | 16 | 0 | 17 | 135 | 23 | 62 | 127 | 53 |
| Binary | 11001111 | 10101111 | 1110 | 0 | 1111 | 1011101 | 10011 | 110010 | 1010111 | 101011 |
Color Harmonies of #CFAF0E
Complementary color
Monochromatic Colors of #CFAF0E
Black with #CFAF0E
Text Example
Text Example
White with #CFAF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF0E; }
p { color: rgb(207,175,14); }
H1.HeaderClassName
{
color: #CFAF0E;
}
.AnyTagClassName
{
color: #CFAF0E;
}
</style>
background-color css
<style>
a { background-color: #CFAF0E; }
a { background-color: rgb(207,175,14); }
div.DivClassName
{
background-color: #CFAF0E;
}
.BgClassName
{
background-color: #CFAF0E;
}
</style>
border-color css
<style>
span { border-color: #CFAF0E; }
span { border-color: rgb(207,175,14); }
td.TdClassName
{
border-color: #CFAF0E;
}
.TagClassName
{
border-color: #CFAF0E;
}
</style>