Shades of Bird Flower #CFAF0F
Tints of Bird Flower #CFAF0F
RGB
CMYK
RGB Variations
Color information
#CFAF0F (or 0xCFAF0F) is known color: Bird Flower. HEX triplet: CF, AF and 0F. RGB value is (207,175,15). Sum of RGB (Red+Green+Blue) = 207+175+15=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAF0F is #3050F0. Grayscale: #A7A7A7. Windows color (decimal): -3166449 or 1028047. OLE color: 1028047.
HSL color Cylindrical-coordinate representation of color #CFAF0F: hue angle of 50º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFAF0F is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 15 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.19 |
| HSL | 50º | 0.86% | 0.44% | - |
| HSV(B) | 50º | 0.93% | 0.81% | - |
| XYZ | 41.15 | 43.96 | 6.77 | - |
| YUV | 166.33 | 42.6 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 15 | 0 | 0.15 | 0.93 | 0.19 | 50 | 0.86 | 0.44 |
| Hex | CF | AF | F | 0 | F | 5D | 13 | 32 | 56 | 2C |
| Octal | 317 | 257 | 17 | 0 | 17 | 135 | 23 | 62 | 126 | 54 |
| Binary | 11001111 | 10101111 | 1111 | 0 | 1111 | 1011101 | 10011 | 110010 | 1010110 | 101100 |
Color Harmonies of #CFAF0F
Complementary color
Monochromatic Colors of #CFAF0F
Black with #CFAF0F
Text Example
Text Example
White with #CFAF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF0F; }
p { color: rgb(207,175,15); }
H1.HeaderClassName
{
color: #CFAF0F;
}
.AnyTagClassName
{
color: #CFAF0F;
}
</style>
background-color css
<style>
a { background-color: #CFAF0F; }
a { background-color: rgb(207,175,15); }
div.DivClassName
{
background-color: #CFAF0F;
}
.BgClassName
{
background-color: #CFAF0F;
}
</style>
border-color css
<style>
span { border-color: #CFAF0F; }
span { border-color: rgb(207,175,15); }
td.TdClassName
{
border-color: #CFAF0F;
}
.TagClassName
{
border-color: #CFAF0F;
}
</style>