Shades of Bird Flower #CFB00E
Tints of Bird Flower #CFB00E
RGB
CMYK
RGB Variations
Color information
#CFB00E (or 0xCFB00E) is known color: Bird Flower. HEX triplet: CF, B0 and 0E. RGB value is (207,176,14). Sum of RGB (Red+Green+Blue) = 207+176+14=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB00E is #304FF1. Grayscale: #A7A7A7. Windows color (decimal): -3166194 or 962767. OLE color: 962767.
HSL color Cylindrical-coordinate representation of color #CFB00E: hue angle of 50.36º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFB00E is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 14 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.19 |
| HSL | 50.36º | 0.87% | 0.43% | - |
| HSV(B) | 50.36º | 0.93% | 0.81% | - |
| XYZ | 41.34 | 44.35 | 6.8 | - |
| YUV | 166.8 | 41.77 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 14 | 0 | 0.15 | 0.93 | 0.19 | 50.36 | 0.87 | 0.43 |
| Hex | CF | B0 | E | 0 | F | 5D | 13 | 32 | 57 | 2B |
| Octal | 317 | 260 | 16 | 0 | 17 | 135 | 23 | 62 | 127 | 53 |
| Binary | 11001111 | 10110000 | 1110 | 0 | 1111 | 1011101 | 10011 | 110010 | 1010111 | 101011 |
Color Harmonies of #CFB00E
Complementary color
Monochromatic Colors of #CFB00E
Black with #CFB00E
Text Example
Text Example
White with #CFB00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB00E; }
p { color: rgb(207,176,14); }
H1.HeaderClassName
{
color: #CFB00E;
}
.AnyTagClassName
{
color: #CFB00E;
}
</style>
background-color css
<style>
a { background-color: #CFB00E; }
a { background-color: rgb(207,176,14); }
div.DivClassName
{
background-color: #CFB00E;
}
.BgClassName
{
background-color: #CFB00E;
}
</style>
border-color css
<style>
span { border-color: #CFB00E; }
span { border-color: rgb(207,176,14); }
td.TdClassName
{
border-color: #CFB00E;
}
.TagClassName
{
border-color: #CFB00E;
}
</style>