Shades of Bird Flower #CFC906
Tints of Bird Flower #CFC906
RGB
CMYK
RGB Variations
Color information
#CFC906 (or 0xCFC906) is known color: Bird Flower. HEX triplet: CF, C9 and 06. RGB value is (207,201,6). Sum of RGB (Red+Green+Blue) = 207+201+6=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 6 (2.73% from 255 or 1.45% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC906 is #3036F9. Grayscale: #B5B5B5. Windows color (decimal): -3159802 or 444879. OLE color: 444879.
HSL color Cylindrical-coordinate representation of color #CFC906: hue angle of 58.21º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFC906 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 6 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.19 |
| HSL | 58.21º | 0.94% | 0.42% | - |
| HSV(B) | 58.21º | 0.97% | 0.81% | - |
| XYZ | 46.65 | 55.05 | 8.34 | - |
| YUV | 180.56 | 29.49 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 6 | 0 | 0.03 | 0.97 | 0.19 | 58.21 | 0.94 | 0.42 |
| Hex | CF | C9 | 6 | 0 | 3 | 61 | 13 | 3A | 5E | 2A |
| Octal | 317 | 311 | 6 | 0 | 3 | 141 | 23 | 72 | 136 | 52 |
| Binary | 11001111 | 11001001 | 110 | 0 | 11 | 1100001 | 10011 | 111010 | 1011110 | 101010 |
Color Harmonies of #CFC906
Complementary color
Monochromatic Colors of #CFC906
Black with #CFC906
Text Example
Text Example
White with #CFC906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC906; }
p { color: rgb(207,201,6); }
H1.HeaderClassName
{
color: #CFC906;
}
.AnyTagClassName
{
color: #CFC906;
}
</style>
background-color css
<style>
a { background-color: #CFC906; }
a { background-color: rgb(207,201,6); }
div.DivClassName
{
background-color: #CFC906;
}
.BgClassName
{
background-color: #CFC906;
}
</style>
border-color css
<style>
span { border-color: #CFC906; }
span { border-color: rgb(207,201,6); }
td.TdClassName
{
border-color: #CFC906;
}
.TagClassName
{
border-color: #CFC906;
}
</style>