Shades of Bird Flower #CFC40C
Tints of Bird Flower #CFC40C
RGB
CMYK
RGB Variations
Color information
#CFC40C (or 0xCFC40C) is known color: Bird Flower. HEX triplet: CF, C4 and 0C. RGB value is (207,196,12). Sum of RGB (Red+Green+Blue) = 207+196+12=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC40C is #303BF3. Grayscale: #B3B3B3. Windows color (decimal): -3161076 or 836815. OLE color: 836815.
HSL color Cylindrical-coordinate representation of color #CFC40C: hue angle of 56.62º 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 #CFC40C is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 12 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.19 |
| HSL | 56.62º | 0.89% | 0.43% | - |
| HSV(B) | 56.62º | 0.94% | 0.81% | - |
| XYZ | 45.54 | 52.77 | 8.13 | - |
| YUV | 178.31 | 34.14 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 12 | 0 | 0.05 | 0.94 | 0.19 | 56.62 | 0.89 | 0.43 |
| Hex | CF | C4 | C | 0 | 5 | 5E | 13 | 39 | 59 | 2B |
| Octal | 317 | 304 | 14 | 0 | 5 | 136 | 23 | 71 | 131 | 53 |
| Binary | 11001111 | 11000100 | 1100 | 0 | 101 | 1011110 | 10011 | 111001 | 1011001 | 101011 |
Color Harmonies of #CFC40C
Complementary color
Monochromatic Colors of #CFC40C
Black with #CFC40C
Text Example
Text Example
White with #CFC40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC40C; }
p { color: rgb(207,196,12); }
H1.HeaderClassName
{
color: #CFC40C;
}
.AnyTagClassName
{
color: #CFC40C;
}
</style>
background-color css
<style>
a { background-color: #CFC40C; }
a { background-color: rgb(207,196,12); }
div.DivClassName
{
background-color: #CFC40C;
}
.BgClassName
{
background-color: #CFC40C;
}
</style>
border-color css
<style>
span { border-color: #CFC40C; }
span { border-color: rgb(207,196,12); }
td.TdClassName
{
border-color: #CFC40C;
}
.TagClassName
{
border-color: #CFC40C;
}
</style>