Shades of Bird Flower #CFCE11
Tints of Bird Flower #CFCE11
RGB
CMYK
RGB Variations
Color information
#CFCE11 (or 0xCFCE11) is known color: Bird Flower. HEX triplet: CF, CE and 11. RGB value is (207,206,17). Sum of RGB (Red+Green+Blue) = 207+206+17=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCE11 is #3031EE. Grayscale: #B9B9B9. Windows color (decimal): -3158511 or 1167055. OLE color: 1167055.
HSL color Cylindrical-coordinate representation of color #CFCE11: hue angle of 59.68º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFCE11 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 17 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.19 |
| HSL | 59.68º | 0.85% | 0.44% | - |
| HSV(B) | 59.68º | 0.92% | 0.81% | - |
| XYZ | 47.9 | 57.45 | 9.09 | - |
| YUV | 184.75 | 33.33 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 17 | 0 | 0.00 | 0.92 | 0.19 | 59.68 | 0.85 | 0.44 |
| Hex | CF | CE | 11 | 0 | 0 | 5C | 13 | 3C | 55 | 2C |
| Octal | 317 | 316 | 21 | 0 | 0 | 134 | 23 | 74 | 125 | 54 |
| Binary | 11001111 | 11001110 | 10001 | 0 | 0 | 1011100 | 10011 | 111100 | 1010101 | 101100 |
Color Harmonies of #CFCE11
Complementary color
Monochromatic Colors of #CFCE11
Black with #CFCE11
Text Example
Text Example
White with #CFCE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE11; }
p { color: rgb(207,206,17); }
H1.HeaderClassName
{
color: #CFCE11;
}
.AnyTagClassName
{
color: #CFCE11;
}
</style>
background-color css
<style>
a { background-color: #CFCE11; }
a { background-color: rgb(207,206,17); }
div.DivClassName
{
background-color: #CFCE11;
}
.BgClassName
{
background-color: #CFCE11;
}
</style>
border-color css
<style>
span { border-color: #CFCE11; }
span { border-color: rgb(207,206,17); }
td.TdClassName
{
border-color: #CFCE11;
}
.TagClassName
{
border-color: #CFCE11;
}
</style>