Shades of Bird Flower #CFC606
Tints of Bird Flower #CFC606
RGB
CMYK
RGB Variations
Color information
#CFC606 (or 0xCFC606) is known color: Bird Flower. HEX triplet: CF, C6 and 06. RGB value is (207,198,6). Sum of RGB (Red+Green+Blue) = 207+198+6=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC606 is #3039F9. Grayscale: #B3B3B3. Windows color (decimal): -3160570 or 444111. OLE color: 444111.
HSL color Cylindrical-coordinate representation of color #CFC606: hue angle of 57.31º 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 #CFC606 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 6 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.19 |
| HSL | 57.31º | 0.94% | 0.42% | - |
| HSV(B) | 57.31º | 0.97% | 0.81% | - |
| XYZ | 45.96 | 53.67 | 8.11 | - |
| YUV | 178.8 | 30.48 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 6 | 0 | 0.04 | 0.97 | 0.19 | 57.31 | 0.94 | 0.42 |
| Hex | CF | C6 | 6 | 0 | 4 | 61 | 13 | 39 | 5E | 2A |
| Octal | 317 | 306 | 6 | 0 | 4 | 141 | 23 | 71 | 136 | 52 |
| Binary | 11001111 | 11000110 | 110 | 0 | 100 | 1100001 | 10011 | 111001 | 1011110 | 101010 |
Color Harmonies of #CFC606
Complementary color
Monochromatic Colors of #CFC606
Black with #CFC606
Text Example
Text Example
White with #CFC606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC606; }
p { color: rgb(207,198,6); }
H1.HeaderClassName
{
color: #CFC606;
}
.AnyTagClassName
{
color: #CFC606;
}
</style>
background-color css
<style>
a { background-color: #CFC606; }
a { background-color: rgb(207,198,6); }
div.DivClassName
{
background-color: #CFC606;
}
.BgClassName
{
background-color: #CFC606;
}
</style>
border-color css
<style>
span { border-color: #CFC606; }
span { border-color: rgb(207,198,6); }
td.TdClassName
{
border-color: #CFC606;
}
.TagClassName
{
border-color: #CFC606;
}
</style>