Shades of Bird Flower #CFC00F
Tints of Bird Flower #CFC00F
RGB
CMYK
RGB Variations
Color information
#CFC00F (or 0xCFC00F) is known color: Bird Flower. HEX triplet: CF, C0 and 0F. RGB value is (207,192,15). Sum of RGB (Red+Green+Blue) = 207+192+15=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC00F is #303FF0. Grayscale: #B1B1B1. Windows color (decimal): -3162097 or 1032399. OLE color: 1032399.
HSL color Cylindrical-coordinate representation of color #CFC00F: hue angle of 55.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFC00F is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 15 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.19 |
| HSL | 55.31º | 0.86% | 0.44% | - |
| HSV(B) | 55.31º | 0.93% | 0.81% | - |
| XYZ | 44.67 | 51 | 7.94 | - |
| YUV | 176.31 | 36.97 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 15 | 0 | 0.07 | 0.93 | 0.19 | 55.31 | 0.86 | 0.44 |
| Hex | CF | C0 | F | 0 | 7 | 5D | 13 | 37 | 56 | 2C |
| Octal | 317 | 300 | 17 | 0 | 7 | 135 | 23 | 67 | 126 | 54 |
| Binary | 11001111 | 11000000 | 1111 | 0 | 111 | 1011101 | 10011 | 110111 | 1010110 | 101100 |
Color Harmonies of #CFC00F
Complementary color
Monochromatic Colors of #CFC00F
Black with #CFC00F
Text Example
Text Example
White with #CFC00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC00F; }
p { color: rgb(207,192,15); }
H1.HeaderClassName
{
color: #CFC00F;
}
.AnyTagClassName
{
color: #CFC00F;
}
</style>
background-color css
<style>
a { background-color: #CFC00F; }
a { background-color: rgb(207,192,15); }
div.DivClassName
{
background-color: #CFC00F;
}
.BgClassName
{
background-color: #CFC00F;
}
</style>
border-color css
<style>
span { border-color: #CFC00F; }
span { border-color: rgb(207,192,15); }
td.TdClassName
{
border-color: #CFC00F;
}
.TagClassName
{
border-color: #CFC00F;
}
</style>