Shades of Bird Flower #CFC70C
Tints of Bird Flower #CFC70C
RGB
CMYK
RGB Variations
Color information
#CFC70C (or 0xCFC70C) is known color: Bird Flower. HEX triplet: CF, C7 and 0C. RGB value is (207,199,12). Sum of RGB (Red+Green+Blue) = 207+199+12=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC70C is #3038F3. Grayscale: #B4B4B4. Windows color (decimal): -3160308 or 837583. OLE color: 837583.
HSL color Cylindrical-coordinate representation of color #CFC70C: hue angle of 57.54º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFC70C is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 12 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.19 |
| HSL | 57.54º | 0.89% | 0.43% | - |
| HSV(B) | 57.54º | 0.94% | 0.81% | - |
| XYZ | 46.22 | 54.14 | 8.36 | - |
| YUV | 180.07 | 33.15 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 12 | 0 | 0.04 | 0.94 | 0.19 | 57.54 | 0.89 | 0.43 |
| Hex | CF | C7 | C | 0 | 4 | 5E | 13 | 3A | 59 | 2B |
| Octal | 317 | 307 | 14 | 0 | 4 | 136 | 23 | 72 | 131 | 53 |
| Binary | 11001111 | 11000111 | 1100 | 0 | 100 | 1011110 | 10011 | 111010 | 1011001 | 101011 |
Color Harmonies of #CFC70C
Complementary color
Monochromatic Colors of #CFC70C
Black with #CFC70C
Text Example
Text Example
White with #CFC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC70C; }
p { color: rgb(207,199,12); }
H1.HeaderClassName
{
color: #CFC70C;
}
.AnyTagClassName
{
color: #CFC70C;
}
</style>
background-color css
<style>
a { background-color: #CFC70C; }
a { background-color: rgb(207,199,12); }
div.DivClassName
{
background-color: #CFC70C;
}
.BgClassName
{
background-color: #CFC70C;
}
</style>
border-color css
<style>
span { border-color: #CFC70C; }
span { border-color: rgb(207,199,12); }
td.TdClassName
{
border-color: #CFC70C;
}
.TagClassName
{
border-color: #CFC70C;
}
</style>