Shades of Bird Flower #CFC705
Tints of Bird Flower #CFC705
RGB
CMYK
RGB Variations
Color information
#CFC705 (or 0xCFC705) is known color: Bird Flower. HEX triplet: CF, C7 and 05. RGB value is (207,199,5). Sum of RGB (Red+Green+Blue) = 207+199+5=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC705 is #3038FA. Grayscale: #B4B4B4. Windows color (decimal): -3160315 or 378831. OLE color: 378831.
HSL color Cylindrical-coordinate representation of color #CFC705: hue angle of 57.62º 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 #CFC705 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 5 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.19 |
| HSL | 57.62º | 0.95% | 0.42% | - |
| HSV(B) | 57.62º | 0.98% | 0.81% | - |
| XYZ | 46.18 | 54.12 | 8.16 | - |
| YUV | 179.28 | 29.65 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 5 | 0 | 0.04 | 0.98 | 0.19 | 57.62 | 0.95 | 0.42 |
| Hex | CF | C7 | 5 | 0 | 4 | 62 | 13 | 3A | 5F | 2A |
| Octal | 317 | 307 | 5 | 0 | 4 | 142 | 23 | 72 | 137 | 52 |
| Binary | 11001111 | 11000111 | 101 | 0 | 100 | 1100010 | 10011 | 111010 | 1011111 | 101010 |
Color Harmonies of #CFC705
Complementary color
Monochromatic Colors of #CFC705
Black with #CFC705
Text Example
Text Example
White with #CFC705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC705; }
p { color: rgb(207,199,5); }
H1.HeaderClassName
{
color: #CFC705;
}
.AnyTagClassName
{
color: #CFC705;
}
</style>
background-color css
<style>
a { background-color: #CFC705; }
a { background-color: rgb(207,199,5); }
div.DivClassName
{
background-color: #CFC705;
}
.BgClassName
{
background-color: #CFC705;
}
</style>
border-color css
<style>
span { border-color: #CFC705; }
span { border-color: rgb(207,199,5); }
td.TdClassName
{
border-color: #CFC705;
}
.TagClassName
{
border-color: #CFC705;
}
</style>