Shades of Bird Flower #CFC512
Tints of Bird Flower #CFC512
RGB
CMYK
RGB Variations
Color information
#CFC512 (or 0xCFC512) is known color: Bird Flower. HEX triplet: CF, C5 and 12. RGB value is (207,197,18). Sum of RGB (Red+Green+Blue) = 207+197+18=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 18 (7.42% from 255 or 4.27% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC512 is #303AED. Grayscale: #B4B4B4. Windows color (decimal): -3160814 or 1230287. OLE color: 1230287.
HSL color Cylindrical-coordinate representation of color #CFC512: hue angle of 56.83º 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 #CFC512 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 18 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.19 |
| HSL | 56.83º | 0.84% | 0.44% | - |
| HSV(B) | 56.83º | 0.91% | 0.81% | - |
| XYZ | 45.81 | 53.24 | 8.43 | - |
| YUV | 179.58 | 36.81 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 18 | 0 | 0.05 | 0.91 | 0.19 | 56.83 | 0.84 | 0.44 |
| Hex | CF | C5 | 12 | 0 | 5 | 5B | 13 | 39 | 54 | 2C |
| Octal | 317 | 305 | 22 | 0 | 5 | 133 | 23 | 71 | 124 | 54 |
| Binary | 11001111 | 11000101 | 10010 | 0 | 101 | 1011011 | 10011 | 111001 | 1010100 | 101100 |
Color Harmonies of #CFC512
Complementary color
Monochromatic Colors of #CFC512
Black with #CFC512
Text Example
Text Example
White with #CFC512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC512; }
p { color: rgb(207,197,18); }
H1.HeaderClassName
{
color: #CFC512;
}
.AnyTagClassName
{
color: #CFC512;
}
</style>
background-color css
<style>
a { background-color: #CFC512; }
a { background-color: rgb(207,197,18); }
div.DivClassName
{
background-color: #CFC512;
}
.BgClassName
{
background-color: #CFC512;
}
</style>
border-color css
<style>
span { border-color: #CFC512; }
span { border-color: rgb(207,197,18); }
td.TdClassName
{
border-color: #CFC512;
}
.TagClassName
{
border-color: #CFC512;
}
</style>