Shades of Bird Flower #CFAF05
Tints of Bird Flower #CFAF05
RGB
CMYK
RGB Variations
Color information
#CFAF05 (or 0xCFAF05) is known color: Bird Flower. HEX triplet: CF, AF and 05. RGB value is (207,175,5). Sum of RGB (Red+Green+Blue) = 207+175+5=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAF05 is #3050FA. Grayscale: #A5A5A5. Windows color (decimal): -3166459 or 372687. OLE color: 372687.
HSL color Cylindrical-coordinate representation of color #CFAF05: hue angle of 50.5º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFAF05 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 5 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.19 |
| HSL | 50.5º | 0.95% | 0.42% | - |
| HSV(B) | 50.5º | 0.98% | 0.81% | - |
| XYZ | 41.09 | 43.94 | 6.46 | - |
| YUV | 165.19 | 37.6 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 5 | 0 | 0.15 | 0.98 | 0.19 | 50.5 | 0.95 | 0.42 |
| Hex | CF | AF | 5 | 0 | F | 62 | 13 | 32 | 5F | 2A |
| Octal | 317 | 257 | 5 | 0 | 17 | 142 | 23 | 62 | 137 | 52 |
| Binary | 11001111 | 10101111 | 101 | 0 | 1111 | 1100010 | 10011 | 110010 | 1011111 | 101010 |
Color Harmonies of #CFAF05
Complementary color
Monochromatic Colors of #CFAF05
Black with #CFAF05
Text Example
Text Example
White with #CFAF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF05; }
p { color: rgb(207,175,5); }
H1.HeaderClassName
{
color: #CFAF05;
}
.AnyTagClassName
{
color: #CFAF05;
}
</style>
background-color css
<style>
a { background-color: #CFAF05; }
a { background-color: rgb(207,175,5); }
div.DivClassName
{
background-color: #CFAF05;
}
.BgClassName
{
background-color: #CFAF05;
}
</style>
border-color css
<style>
span { border-color: #CFAF05; }
span { border-color: rgb(207,175,5); }
td.TdClassName
{
border-color: #CFAF05;
}
.TagClassName
{
border-color: #CFAF05;
}
</style>