Shades of Bird Flower #CFB20C
Tints of Bird Flower #CFB20C
RGB
CMYK
RGB Variations
Color information
#CFB20C (or 0xCFB20C) is known color: Bird Flower. HEX triplet: CF, B2 and 0C. RGB value is (207,178,12). Sum of RGB (Red+Green+Blue) = 207+178+12=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB20C is #304DF3. Grayscale: #A8A8A8. Windows color (decimal): -3165684 or 832207. OLE color: 832207.
HSL color Cylindrical-coordinate representation of color #CFB20C: hue angle of 51.08º 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 #CFB20C is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 12 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.19 |
| HSL | 51.08º | 0.89% | 0.43% | - |
| HSV(B) | 51.08º | 0.94% | 0.81% | - |
| XYZ | 41.72 | 45.13 | 6.86 | - |
| YUV | 167.75 | 40.11 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 12 | 0 | 0.14 | 0.94 | 0.19 | 51.08 | 0.89 | 0.43 |
| Hex | CF | B2 | C | 0 | E | 5E | 13 | 33 | 59 | 2B |
| Octal | 317 | 262 | 14 | 0 | 16 | 136 | 23 | 63 | 131 | 53 |
| Binary | 11001111 | 10110010 | 1100 | 0 | 1110 | 1011110 | 10011 | 110011 | 1011001 | 101011 |
Color Harmonies of #CFB20C
Complementary color
Monochromatic Colors of #CFB20C
Black with #CFB20C
Text Example
Text Example
White with #CFB20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB20C; }
p { color: rgb(207,178,12); }
H1.HeaderClassName
{
color: #CFB20C;
}
.AnyTagClassName
{
color: #CFB20C;
}
</style>
background-color css
<style>
a { background-color: #CFB20C; }
a { background-color: rgb(207,178,12); }
div.DivClassName
{
background-color: #CFB20C;
}
.BgClassName
{
background-color: #CFB20C;
}
</style>
border-color css
<style>
span { border-color: #CFB20C; }
span { border-color: rgb(207,178,12); }
td.TdClassName
{
border-color: #CFB20C;
}
.TagClassName
{
border-color: #CFB20C;
}
</style>