Shades of Bird Flower #CFC712
Tints of Bird Flower #CFC712
RGB
CMYK
RGB Variations
Color information
#CFC712 (or 0xCFC712) is known color: Bird Flower. HEX triplet: CF, C7 and 12. RGB value is (207,199,18). Sum of RGB (Red+Green+Blue) = 207+199+18=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC712 is #3038ED. Grayscale: #B5B5B5. Windows color (decimal): -3160302 or 1230799. OLE color: 1230799.
HSL color Cylindrical-coordinate representation of color #CFC712: hue angle of 57.46º 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 #CFC712 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 18 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.19 |
| HSL | 57.46º | 0.84% | 0.44% | - |
| HSV(B) | 57.46º | 0.91% | 0.81% | - |
| XYZ | 46.26 | 54.16 | 8.59 | - |
| YUV | 180.76 | 36.15 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 18 | 0 | 0.04 | 0.91 | 0.19 | 57.46 | 0.84 | 0.44 |
| Hex | CF | C7 | 12 | 0 | 4 | 5B | 13 | 39 | 54 | 2C |
| Octal | 317 | 307 | 22 | 0 | 4 | 133 | 23 | 71 | 124 | 54 |
| Binary | 11001111 | 11000111 | 10010 | 0 | 100 | 1011011 | 10011 | 111001 | 1010100 | 101100 |
Color Harmonies of #CFC712
Complementary color
Monochromatic Colors of #CFC712
Black with #CFC712
Text Example
Text Example
White with #CFC712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC712; }
p { color: rgb(207,199,18); }
H1.HeaderClassName
{
color: #CFC712;
}
.AnyTagClassName
{
color: #CFC712;
}
</style>
background-color css
<style>
a { background-color: #CFC712; }
a { background-color: rgb(207,199,18); }
div.DivClassName
{
background-color: #CFC712;
}
.BgClassName
{
background-color: #CFC712;
}
</style>
border-color css
<style>
span { border-color: #CFC712; }
span { border-color: rgb(207,199,18); }
td.TdClassName
{
border-color: #CFC712;
}
.TagClassName
{
border-color: #CFC712;
}
</style>