Shades of Bird Flower #CFC90C
Tints of Bird Flower #CFC90C
RGB
CMYK
RGB Variations
Color information
#CFC90C (or 0xCFC90C) is known color: Bird Flower. HEX triplet: CF, C9 and 0C. RGB value is (207,201,12). Sum of RGB (Red+Green+Blue) = 207+201+12=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC90C is #3036F3. Grayscale: #B6B6B6. Windows color (decimal): -3159796 or 838095. OLE color: 838095.
HSL color Cylindrical-coordinate representation of color #CFC90C: hue angle of 58.15º 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 #CFC90C is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 12 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.19 |
| HSL | 58.15º | 0.89% | 0.43% | - |
| HSV(B) | 58.15º | 0.94% | 0.81% | - |
| XYZ | 46.69 | 55.07 | 8.52 | - |
| YUV | 181.25 | 32.49 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 12 | 0 | 0.03 | 0.94 | 0.19 | 58.15 | 0.89 | 0.43 |
| Hex | CF | C9 | C | 0 | 3 | 5E | 13 | 3A | 59 | 2B |
| Octal | 317 | 311 | 14 | 0 | 3 | 136 | 23 | 72 | 131 | 53 |
| Binary | 11001111 | 11001001 | 1100 | 0 | 11 | 1011110 | 10011 | 111010 | 1011001 | 101011 |
Color Harmonies of #CFC90C
Complementary color
Monochromatic Colors of #CFC90C
Black with #CFC90C
Text Example
Text Example
White with #CFC90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC90C; }
p { color: rgb(207,201,12); }
H1.HeaderClassName
{
color: #CFC90C;
}
.AnyTagClassName
{
color: #CFC90C;
}
</style>
background-color css
<style>
a { background-color: #CFC90C; }
a { background-color: rgb(207,201,12); }
div.DivClassName
{
background-color: #CFC90C;
}
.BgClassName
{
background-color: #CFC90C;
}
</style>
border-color css
<style>
span { border-color: #CFC90C; }
span { border-color: rgb(207,201,12); }
td.TdClassName
{
border-color: #CFC90C;
}
.TagClassName
{
border-color: #CFC90C;
}
</style>