Shades of Bird Flower #CFC805
Tints of Bird Flower #CFC805
RGB
CMYK
RGB Variations
Color information
#CFC805 (or 0xCFC805) is known color: Bird Flower. HEX triplet: CF, C8 and 05. RGB value is (207,200,5). Sum of RGB (Red+Green+Blue) = 207+200+5=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC805 is #3037FA. Grayscale: #B4B4B4. Windows color (decimal): -3160059 or 379087. OLE color: 379087.
HSL color Cylindrical-coordinate representation of color #CFC805: hue angle of 57.92º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFC805 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.19 |
| HSL | 57.92º | 0.95% | 0.42% | - |
| HSV(B) | 57.92º | 0.98% | 0.81% | - |
| XYZ | 46.41 | 54.58 | 8.23 | - |
| YUV | 179.86 | 29.32 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 5 | 0 | 0.03 | 0.98 | 0.19 | 57.92 | 0.95 | 0.42 |
| Hex | CF | C8 | 5 | 0 | 3 | 62 | 13 | 3A | 5F | 2A |
| Octal | 317 | 310 | 5 | 0 | 3 | 142 | 23 | 72 | 137 | 52 |
| Binary | 11001111 | 11001000 | 101 | 0 | 11 | 1100010 | 10011 | 111010 | 1011111 | 101010 |
Color Harmonies of #CFC805
Complementary color
Monochromatic Colors of #CFC805
Black with #CFC805
Text Example
Text Example
White with #CFC805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC805; }
p { color: rgb(207,200,5); }
H1.HeaderClassName
{
color: #CFC805;
}
.AnyTagClassName
{
color: #CFC805;
}
</style>
background-color css
<style>
a { background-color: #CFC805; }
a { background-color: rgb(207,200,5); }
div.DivClassName
{
background-color: #CFC805;
}
.BgClassName
{
background-color: #CFC805;
}
</style>
border-color css
<style>
span { border-color: #CFC805; }
span { border-color: rgb(207,200,5); }
td.TdClassName
{
border-color: #CFC805;
}
.TagClassName
{
border-color: #CFC805;
}
</style>