Shades of Bird Flower #CFCE09
Tints of Bird Flower #CFCE09
RGB
CMYK
RGB Variations
Color information
#CFCE09 (or 0xCFCE09) is known color: Bird Flower. HEX triplet: CF, CE and 09. RGB value is (207,206,9). Sum of RGB (Red+Green+Blue) = 207+206+9=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 9 (3.91% from 255 or 2.13% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCE09 is #3031F6. Grayscale: #B8B8B8. Windows color (decimal): -3158519 or 642767. OLE color: 642767.
HSL color Cylindrical-coordinate representation of color #CFCE09: hue angle of 59.7º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFCE09 is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 9 | - |
| CMYK | 0 | 0.00 | 0.96 | 0.19 |
| HSL | 59.7º | 0.92% | 0.42% | - |
| HSV(B) | 59.7º | 0.96% | 0.81% | - |
| XYZ | 47.85 | 57.43 | 8.82 | - |
| YUV | 183.84 | 29.33 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 9 | 0 | 0.00 | 0.96 | 0.19 | 59.7 | 0.92 | 0.42 |
| Hex | CF | CE | 9 | 0 | 0 | 60 | 13 | 3C | 5C | 2A |
| Octal | 317 | 316 | 11 | 0 | 0 | 140 | 23 | 74 | 134 | 52 |
| Binary | 11001111 | 11001110 | 1001 | 0 | 0 | 1100000 | 10011 | 111100 | 1011100 | 101010 |
Color Harmonies of #CFCE09
Complementary color
Monochromatic Colors of #CFCE09
Black with #CFCE09
Text Example
Text Example
White with #CFCE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE09; }
p { color: rgb(207,206,9); }
H1.HeaderClassName
{
color: #CFCE09;
}
.AnyTagClassName
{
color: #CFCE09;
}
</style>
background-color css
<style>
a { background-color: #CFCE09; }
a { background-color: rgb(207,206,9); }
div.DivClassName
{
background-color: #CFCE09;
}
.BgClassName
{
background-color: #CFCE09;
}
</style>
border-color css
<style>
span { border-color: #CFCE09; }
span { border-color: rgb(207,206,9); }
td.TdClassName
{
border-color: #CFCE09;
}
.TagClassName
{
border-color: #CFCE09;
}
</style>