Shades of Bird Flower #CFC811
Tints of Bird Flower #CFC811
RGB
CMYK
RGB Variations
Color information
#CFC811 (or 0xCFC811) is known color: Bird Flower. HEX triplet: CF, C8 and 11. RGB value is (207,200,17). Sum of RGB (Red+Green+Blue) = 207+200+17=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC811 is #3037EE. Grayscale: #B5B5B5. Windows color (decimal): -3160047 or 1165519. OLE color: 1165519.
HSL color Cylindrical-coordinate representation of color #CFC811: hue angle of 57.79º 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 #CFC811 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 17 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.19 |
| HSL | 57.79º | 0.85% | 0.44% | - |
| HSV(B) | 57.79º | 0.92% | 0.81% | - |
| XYZ | 46.49 | 54.61 | 8.62 | - |
| YUV | 181.23 | 35.32 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 17 | 0 | 0.03 | 0.92 | 0.19 | 57.79 | 0.85 | 0.44 |
| Hex | CF | C8 | 11 | 0 | 3 | 5C | 13 | 3A | 55 | 2C |
| Octal | 317 | 310 | 21 | 0 | 3 | 134 | 23 | 72 | 125 | 54 |
| Binary | 11001111 | 11001000 | 10001 | 0 | 11 | 1011100 | 10011 | 111010 | 1010101 | 101100 |
Color Harmonies of #CFC811
Complementary color
Monochromatic Colors of #CFC811
Black with #CFC811
Text Example
Text Example
White with #CFC811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC811; }
p { color: rgb(207,200,17); }
H1.HeaderClassName
{
color: #CFC811;
}
.AnyTagClassName
{
color: #CFC811;
}
</style>
background-color css
<style>
a { background-color: #CFC811; }
a { background-color: rgb(207,200,17); }
div.DivClassName
{
background-color: #CFC811;
}
.BgClassName
{
background-color: #CFC811;
}
</style>
border-color css
<style>
span { border-color: #CFC811; }
span { border-color: rgb(207,200,17); }
td.TdClassName
{
border-color: #CFC811;
}
.TagClassName
{
border-color: #CFC811;
}
</style>