Shades of Bird Flower #CFAF15
Tints of Bird Flower #CFAF15
RGB
CMYK
RGB Variations
Color information
#CFAF15 (or 0xCFAF15) is known color: Bird Flower. HEX triplet: CF, AF and 15. RGB value is (207,175,21). Sum of RGB (Red+Green+Blue) = 207+175+21=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAF15 is #3050EA. Grayscale: #A7A7A7. Windows color (decimal): -3166443 or 1421263. OLE color: 1421263.
HSL color Cylindrical-coordinate representation of color #CFAF15: hue angle of 49.68º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFAF15 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 21 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.19 |
| HSL | 49.68º | 0.82% | 0.45% | - |
| HSV(B) | 49.68º | 0.9% | 0.81% | - |
| XYZ | 41.2 | 43.98 | 7.03 | - |
| YUV | 167.01 | 45.6 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 21 | 0 | 0.15 | 0.90 | 0.19 | 49.68 | 0.82 | 0.45 |
| Hex | CF | AF | 15 | 0 | F | 5A | 13 | 32 | 52 | 2D |
| Octal | 317 | 257 | 25 | 0 | 17 | 132 | 23 | 62 | 122 | 55 |
| Binary | 11001111 | 10101111 | 10101 | 0 | 1111 | 1011010 | 10011 | 110010 | 1010010 | 101101 |
Color Harmonies of #CFAF15
Complementary color
Monochromatic Colors of #CFAF15
Black with #CFAF15
Text Example
Text Example
White with #CFAF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF15; }
p { color: rgb(207,175,21); }
H1.HeaderClassName
{
color: #CFAF15;
}
.AnyTagClassName
{
color: #CFAF15;
}
</style>
background-color css
<style>
a { background-color: #CFAF15; }
a { background-color: rgb(207,175,21); }
div.DivClassName
{
background-color: #CFAF15;
}
.BgClassName
{
background-color: #CFAF15;
}
</style>
border-color css
<style>
span { border-color: #CFAF15; }
span { border-color: rgb(207,175,21); }
td.TdClassName
{
border-color: #CFAF15;
}
.TagClassName
{
border-color: #CFAF15;
}
</style>