Shades of Bird Flower #CFCE06
Tints of Bird Flower #CFCE06
RGB
CMYK
RGB Variations
Color information
#CFCE06 (or 0xCFCE06) is known color: Bird Flower. HEX triplet: CF, CE and 06. RGB value is (207,206,6). Sum of RGB (Red+Green+Blue) = 207+206+6=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 6 (2.73% from 255 or 1.43% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCE06 is #3031F9. Grayscale: #B8B8B8. Windows color (decimal): -3158522 or 446159. OLE color: 446159.
HSL color Cylindrical-coordinate representation of color #CFCE06: hue angle of 59.7º 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 #CFCE06 is Cyan = 0, Magento = 0.00, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 6 | - |
| CMYK | 0 | 0.00 | 0.97 | 0.19 |
| HSL | 59.7º | 0.94% | 0.42% | - |
| HSV(B) | 59.7º | 0.97% | 0.81% | - |
| XYZ | 47.84 | 57.42 | 8.73 | - |
| YUV | 183.5 | 27.83 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 6 | 0 | 0.00 | 0.97 | 0.19 | 59.7 | 0.94 | 0.42 |
| Hex | CF | CE | 6 | 0 | 0 | 61 | 13 | 3C | 5E | 2A |
| Octal | 317 | 316 | 6 | 0 | 0 | 141 | 23 | 74 | 136 | 52 |
| Binary | 11001111 | 11001110 | 110 | 0 | 0 | 1100001 | 10011 | 111100 | 1011110 | 101010 |
Color Harmonies of #CFCE06
Complementary color
Monochromatic Colors of #CFCE06
Black with #CFCE06
Text Example
Text Example
White with #CFCE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE06; }
p { color: rgb(207,206,6); }
H1.HeaderClassName
{
color: #CFCE06;
}
.AnyTagClassName
{
color: #CFCE06;
}
</style>
background-color css
<style>
a { background-color: #CFCE06; }
a { background-color: rgb(207,206,6); }
div.DivClassName
{
background-color: #CFCE06;
}
.BgClassName
{
background-color: #CFCE06;
}
</style>
border-color css
<style>
span { border-color: #CFCE06; }
span { border-color: rgb(207,206,6); }
td.TdClassName
{
border-color: #CFCE06;
}
.TagClassName
{
border-color: #CFCE06;
}
</style>