Shades of Bird Flower #CFCE07
Tints of Bird Flower #CFCE07
RGB
CMYK
RGB Variations
Color information
#CFCE07 (or 0xCFCE07) is known color: Bird Flower. HEX triplet: CF, CE and 07. RGB value is (207,206,7). Sum of RGB (Red+Green+Blue) = 207+206+7=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCE07 is #3031F8. Grayscale: #B8B8B8. Windows color (decimal): -3158521 or 511695. OLE color: 511695.
HSL color Cylindrical-coordinate representation of color #CFCE07: hue angle of 59.7º degrees, saturation: 0.93, 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 #CFCE07 is Cyan = 0, Magento = 0.00, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 7 | - |
| CMYK | 0 | 0.00 | 0.97 | 0.19 |
| HSL | 59.7º | 0.93% | 0.42% | - |
| HSV(B) | 59.7º | 0.97% | 0.81% | - |
| XYZ | 47.84 | 57.42 | 8.76 | - |
| YUV | 183.61 | 28.33 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 7 | 0 | 0.00 | 0.97 | 0.19 | 59.7 | 0.93 | 0.42 |
| Hex | CF | CE | 7 | 0 | 0 | 61 | 13 | 3C | 5D | 2A |
| Octal | 317 | 316 | 7 | 0 | 0 | 141 | 23 | 74 | 135 | 52 |
| Binary | 11001111 | 11001110 | 111 | 0 | 0 | 1100001 | 10011 | 111100 | 1011101 | 101010 |
Color Harmonies of #CFCE07
Complementary color
Monochromatic Colors of #CFCE07
Black with #CFCE07
Text Example
Text Example
White with #CFCE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE07; }
p { color: rgb(207,206,7); }
H1.HeaderClassName
{
color: #CFCE07;
}
.AnyTagClassName
{
color: #CFCE07;
}
</style>
background-color css
<style>
a { background-color: #CFCE07; }
a { background-color: rgb(207,206,7); }
div.DivClassName
{
background-color: #CFCE07;
}
.BgClassName
{
background-color: #CFCE07;
}
</style>
border-color css
<style>
span { border-color: #CFCE07; }
span { border-color: rgb(207,206,7); }
td.TdClassName
{
border-color: #CFCE07;
}
.TagClassName
{
border-color: #CFCE07;
}
</style>