Shades of Bird Flower #CFCA11
Tints of Bird Flower #CFCA11
RGB
CMYK
RGB Variations
Color information
#CFCA11 (or 0xCFCA11) is known color: Bird Flower. HEX triplet: CF, CA and 11. RGB value is (207,202,17). Sum of RGB (Red+Green+Blue) = 207+202+17=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCA11 is #3035EE. Grayscale: #B7B7B7. Windows color (decimal): -3159535 or 1166031. OLE color: 1166031.
HSL color Cylindrical-coordinate representation of color #CFCA11: hue angle of 58.42º 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 #CFCA11 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 17 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.19 |
| HSL | 58.42º | 0.85% | 0.44% | - |
| HSV(B) | 58.42º | 0.92% | 0.81% | - |
| XYZ | 46.95 | 55.55 | 8.78 | - |
| YUV | 182.41 | 34.66 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 17 | 0 | 0.02 | 0.92 | 0.19 | 58.42 | 0.85 | 0.44 |
| Hex | CF | CA | 11 | 0 | 2 | 5C | 13 | 3A | 55 | 2C |
| Octal | 317 | 312 | 21 | 0 | 2 | 134 | 23 | 72 | 125 | 54 |
| Binary | 11001111 | 11001010 | 10001 | 0 | 10 | 1011100 | 10011 | 111010 | 1010101 | 101100 |
Color Harmonies of #CFCA11
Complementary color
Monochromatic Colors of #CFCA11
Black with #CFCA11
Text Example
Text Example
White with #CFCA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA11; }
p { color: rgb(207,202,17); }
H1.HeaderClassName
{
color: #CFCA11;
}
.AnyTagClassName
{
color: #CFCA11;
}
</style>
background-color css
<style>
a { background-color: #CFCA11; }
a { background-color: rgb(207,202,17); }
div.DivClassName
{
background-color: #CFCA11;
}
.BgClassName
{
background-color: #CFCA11;
}
</style>
border-color css
<style>
span { border-color: #CFCA11; }
span { border-color: rgb(207,202,17); }
td.TdClassName
{
border-color: #CFCA11;
}
.TagClassName
{
border-color: #CFCA11;
}
</style>