Shades of Bird Flower #CFC00C
Tints of Bird Flower #CFC00C
RGB
CMYK
RGB Variations
Color information
#CFC00C (or 0xCFC00C) is known color: Bird Flower. HEX triplet: CF, C0 and 0C. RGB value is (207,192,12). Sum of RGB (Red+Green+Blue) = 207+192+12=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC00C is #303FF3. Grayscale: #B0B0B0. Windows color (decimal): -3162100 or 835791. OLE color: 835791.
HSL color Cylindrical-coordinate representation of color #CFC00C: hue angle of 55.38º 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 #CFC00C is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 12 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.19 |
| HSL | 55.38º | 0.89% | 0.43% | - |
| HSV(B) | 55.38º | 0.94% | 0.81% | - |
| XYZ | 44.65 | 50.99 | 7.84 | - |
| YUV | 175.97 | 35.47 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 12 | 0 | 0.07 | 0.94 | 0.19 | 55.38 | 0.89 | 0.43 |
| Hex | CF | C0 | C | 0 | 7 | 5E | 13 | 37 | 59 | 2B |
| Octal | 317 | 300 | 14 | 0 | 7 | 136 | 23 | 67 | 131 | 53 |
| Binary | 11001111 | 11000000 | 1100 | 0 | 111 | 1011110 | 10011 | 110111 | 1011001 | 101011 |
Color Harmonies of #CFC00C
Complementary color
Monochromatic Colors of #CFC00C
Black with #CFC00C
Text Example
Text Example
White with #CFC00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC00C; }
p { color: rgb(207,192,12); }
H1.HeaderClassName
{
color: #CFC00C;
}
.AnyTagClassName
{
color: #CFC00C;
}
</style>
background-color css
<style>
a { background-color: #CFC00C; }
a { background-color: rgb(207,192,12); }
div.DivClassName
{
background-color: #CFC00C;
}
.BgClassName
{
background-color: #CFC00C;
}
</style>
border-color css
<style>
span { border-color: #CFC00C; }
span { border-color: rgb(207,192,12); }
td.TdClassName
{
border-color: #CFC00C;
}
.TagClassName
{
border-color: #CFC00C;
}
</style>