Shades of Bird Flower #CFCF12
Tints of Bird Flower #CFCF12
RGB
CMYK
RGB Variations
Color information
#CFCF12 (or 0xCFCF12) is known color: Bird Flower. HEX triplet: CF, CF and 12. RGB value is (207,207,18). Sum of RGB (Red+Green+Blue) = 207+207+18=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCF12 is #3030ED. Grayscale: #BABABA. Windows color (decimal): -3158254 or 1232847. OLE color: 1232847.
HSL color Cylindrical-coordinate representation of color #CFCF12: hue angle of 60º 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 #CFCF12 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 18 | - |
| CMYK | 0 | 0 | 0.91 | 0.19 |
| HSL | 60º | 0.84% | 0.44% | - |
| HSV(B) | 60º | 0.91% | 0.81% | - |
| XYZ | 48.15 | 57.93 | 9.22 | - |
| YUV | 185.45 | 33.5 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 18 | 0 | 0 | 0.91 | 0.19 | 60 | 0.84 | 0.44 |
| Hex | CF | CF | 12 | 0 | 0 | 5B | 13 | 3C | 54 | 2C |
| Octal | 317 | 317 | 22 | 0 | 0 | 133 | 23 | 74 | 124 | 54 |
| Binary | 11001111 | 11001111 | 10010 | 0 | 0 | 1011011 | 10011 | 111100 | 1010100 | 101100 |
Color Harmonies of #CFCF12
Complementary color
Monochromatic Colors of #CFCF12
Black with #CFCF12
Text Example
Text Example
White with #CFCF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF12; }
p { color: rgb(207,207,18); }
H1.HeaderClassName
{
color: #CFCF12;
}
.AnyTagClassName
{
color: #CFCF12;
}
</style>
background-color css
<style>
a { background-color: #CFCF12; }
a { background-color: rgb(207,207,18); }
div.DivClassName
{
background-color: #CFCF12;
}
.BgClassName
{
background-color: #CFCF12;
}
</style>
border-color css
<style>
span { border-color: #CFCF12; }
span { border-color: rgb(207,207,18); }
td.TdClassName
{
border-color: #CFCF12;
}
.TagClassName
{
border-color: #CFCF12;
}
</style>