Shades of Bird Flower #CFC612
Tints of Bird Flower #CFC612
RGB
CMYK
RGB Variations
Color information
#CFC612 (or 0xCFC612) is known color: Bird Flower. HEX triplet: CF, C6 and 12. RGB value is (207,198,18). Sum of RGB (Red+Green+Blue) = 207+198+18=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC612 is #3039ED. Grayscale: #B4B4B4. Windows color (decimal): -3160558 or 1230543. OLE color: 1230543.
HSL color Cylindrical-coordinate representation of color #CFC612: hue angle of 57.14º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFC612 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 18 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.19 |
| HSL | 57.14º | 0.84% | 0.44% | - |
| HSV(B) | 57.14º | 0.91% | 0.81% | - |
| XYZ | 46.04 | 53.7 | 8.51 | - |
| YUV | 180.17 | 36.48 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 18 | 0 | 0.04 | 0.91 | 0.19 | 57.14 | 0.84 | 0.44 |
| Hex | CF | C6 | 12 | 0 | 4 | 5B | 13 | 39 | 54 | 2C |
| Octal | 317 | 306 | 22 | 0 | 4 | 133 | 23 | 71 | 124 | 54 |
| Binary | 11001111 | 11000110 | 10010 | 0 | 100 | 1011011 | 10011 | 111001 | 1010100 | 101100 |
Color Harmonies of #CFC612
Complementary color
Monochromatic Colors of #CFC612
Black with #CFC612
Text Example
Text Example
White with #CFC612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC612; }
p { color: rgb(207,198,18); }
H1.HeaderClassName
{
color: #CFC612;
}
.AnyTagClassName
{
color: #CFC612;
}
</style>
background-color css
<style>
a { background-color: #CFC612; }
a { background-color: rgb(207,198,18); }
div.DivClassName
{
background-color: #CFC612;
}
.BgClassName
{
background-color: #CFC612;
}
</style>
border-color css
<style>
span { border-color: #CFC612; }
span { border-color: rgb(207,198,18); }
td.TdClassName
{
border-color: #CFC612;
}
.TagClassName
{
border-color: #CFC612;
}
</style>