Shades of Bird Flower #CFAF07
Tints of Bird Flower #CFAF07
RGB
CMYK
RGB Variations
Color information
#CFAF07 (or 0xCFAF07) is known color: Bird Flower. HEX triplet: CF, AF and 07. RGB value is (207,175,7). Sum of RGB (Red+Green+Blue) = 207+175+7=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 7 (3.12% from 255 or 1.80% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAF07 is #3050F8. Grayscale: #A6A6A6. Windows color (decimal): -3166457 or 503759. OLE color: 503759.
HSL color Cylindrical-coordinate representation of color #CFAF07: hue angle of 50.4º degrees, saturation: 0.93, 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 #CFAF07 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 7 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.19 |
| HSL | 50.4º | 0.93% | 0.42% | - |
| HSV(B) | 50.4º | 0.97% | 0.81% | - |
| XYZ | 41.1 | 43.94 | 6.52 | - |
| YUV | 165.42 | 38.6 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 7 | 0 | 0.15 | 0.97 | 0.19 | 50.4 | 0.93 | 0.42 |
| Hex | CF | AF | 7 | 0 | F | 61 | 13 | 32 | 5D | 2A |
| Octal | 317 | 257 | 7 | 0 | 17 | 141 | 23 | 62 | 135 | 52 |
| Binary | 11001111 | 10101111 | 111 | 0 | 1111 | 1100001 | 10011 | 110010 | 1011101 | 101010 |
Color Harmonies of #CFAF07
Complementary color
Monochromatic Colors of #CFAF07
Black with #CFAF07
Text Example
Text Example
White with #CFAF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF07; }
p { color: rgb(207,175,7); }
H1.HeaderClassName
{
color: #CFAF07;
}
.AnyTagClassName
{
color: #CFAF07;
}
</style>
background-color css
<style>
a { background-color: #CFAF07; }
a { background-color: rgb(207,175,7); }
div.DivClassName
{
background-color: #CFAF07;
}
.BgClassName
{
background-color: #CFAF07;
}
</style>
border-color css
<style>
span { border-color: #CFAF07; }
span { border-color: rgb(207,175,7); }
td.TdClassName
{
border-color: #CFAF07;
}
.TagClassName
{
border-color: #CFAF07;
}
</style>