Shades of Bird Flower #CFAF00
Tints of Bird Flower #CFAF00
RGB
CMYK
RGB Variations
Color information
#CFAF00 (or 0xCFAF00) is known color: Bird Flower. HEX triplet: CF, AF and 00. RGB value is (207,175,0). Sum of RGB (Red+Green+Blue) = 207+175+0=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAF00 is #3050FF. Grayscale: #A5A5A5. Windows color (decimal): -3166464 or 45007. OLE color: 45007.
HSL color Cylindrical-coordinate representation of color #CFAF00: hue angle of 50.72º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFAF00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.19 |
| HSL | 50.72º | 1% | 0.41% | - |
| HSV(B) | 50.72º | 1% | 0.81% | - |
| XYZ | 41.06 | 43.93 | 6.31 | - |
| YUV | 164.62 | 35.1 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 0 | 0 | 0.15 | 1 | 0.19 | 50.72 | 1 | 0.41 |
| Hex | CF | AF | 0 | 0 | F | 64 | 13 | 33 | 64 | 29 |
| Octal | 317 | 257 | 0 | 0 | 17 | 144 | 23 | 63 | 144 | 51 |
| Binary | 11001111 | 10101111 | 0 | 0 | 1111 | 1100100 | 10011 | 110011 | 1100100 | 101001 |
Color Harmonies of #CFAF00
Complementary color
Monochromatic Colors of #CFAF00
Black with #CFAF00
Text Example
Text Example
White with #CFAF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF00; }
p { color: rgb(207,175,0); }
H1.HeaderClassName
{
color: #CFAF00;
}
.AnyTagClassName
{
color: #CFAF00;
}
</style>
background-color css
<style>
a { background-color: #CFAF00; }
a { background-color: rgb(207,175,0); }
div.DivClassName
{
background-color: #CFAF00;
}
.BgClassName
{
background-color: #CFAF00;
}
</style>
border-color css
<style>
span { border-color: #CFAF00; }
span { border-color: rgb(207,175,0); }
td.TdClassName
{
border-color: #CFAF00;
}
.TagClassName
{
border-color: #CFAF00;
}
</style>