Shades of Bird Flower #CFAF13
Tints of Bird Flower #CFAF13
RGB
CMYK
RGB Variations
Color information
#CFAF13 (or 0xCFAF13) is known color: Bird Flower. HEX triplet: CF, AF and 13. RGB value is (207,175,19). Sum of RGB (Red+Green+Blue) = 207+175+19=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAF13 is #3050EC. Grayscale: #A7A7A7. Windows color (decimal): -3166445 or 1290191. OLE color: 1290191.
HSL color Cylindrical-coordinate representation of color #CFAF13: hue angle of 49.79º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFAF13 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 19 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.19 |
| HSL | 49.79º | 0.83% | 0.44% | - |
| HSV(B) | 49.79º | 0.91% | 0.81% | - |
| XYZ | 41.18 | 43.97 | 6.93 | - |
| YUV | 166.78 | 44.6 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 19 | 0 | 0.15 | 0.91 | 0.19 | 49.79 | 0.83 | 0.44 |
| Hex | CF | AF | 13 | 0 | F | 5B | 13 | 32 | 53 | 2C |
| Octal | 317 | 257 | 23 | 0 | 17 | 133 | 23 | 62 | 123 | 54 |
| Binary | 11001111 | 10101111 | 10011 | 0 | 1111 | 1011011 | 10011 | 110010 | 1010011 | 101100 |
Color Harmonies of #CFAF13
Complementary color
Monochromatic Colors of #CFAF13
Black with #CFAF13
Text Example
Text Example
White with #CFAF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF13; }
p { color: rgb(207,175,19); }
H1.HeaderClassName
{
color: #CFAF13;
}
.AnyTagClassName
{
color: #CFAF13;
}
</style>
background-color css
<style>
a { background-color: #CFAF13; }
a { background-color: rgb(207,175,19); }
div.DivClassName
{
background-color: #CFAF13;
}
.BgClassName
{
background-color: #CFAF13;
}
</style>
border-color css
<style>
span { border-color: #CFAF13; }
span { border-color: rgb(207,175,19); }
td.TdClassName
{
border-color: #CFAF13;
}
.TagClassName
{
border-color: #CFAF13;
}
</style>