Shades of Bird Flower #CFCB0E
Tints of Bird Flower #CFCB0E
RGB
CMYK
RGB Variations
Color information
#CFCB0E (or 0xCFCB0E) is known color: Bird Flower. HEX triplet: CF, CB and 0E. RGB value is (207,203,14). Sum of RGB (Red+Green+Blue) = 207+203+14=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCB0E is #3034F1. Grayscale: #B7B7B7. Windows color (decimal): -3159282 or 969679. OLE color: 969679.
HSL color Cylindrical-coordinate representation of color #CFCB0E: hue angle of 58.76º 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 #CFCB0E is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 14 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.19 |
| HSL | 58.76º | 0.87% | 0.43% | - |
| HSV(B) | 58.76º | 0.93% | 0.81% | - |
| XYZ | 47.17 | 56.01 | 8.74 | - |
| YUV | 182.65 | 32.83 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 14 | 0 | 0.02 | 0.93 | 0.19 | 58.76 | 0.87 | 0.43 |
| Hex | CF | CB | E | 0 | 2 | 5D | 13 | 3B | 57 | 2B |
| Octal | 317 | 313 | 16 | 0 | 2 | 135 | 23 | 73 | 127 | 53 |
| Binary | 11001111 | 11001011 | 1110 | 0 | 10 | 1011101 | 10011 | 111011 | 1010111 | 101011 |
Color Harmonies of #CFCB0E
Complementary color
Monochromatic Colors of #CFCB0E
Black with #CFCB0E
Text Example
Text Example
White with #CFCB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB0E; }
p { color: rgb(207,203,14); }
H1.HeaderClassName
{
color: #CFCB0E;
}
.AnyTagClassName
{
color: #CFCB0E;
}
</style>
background-color css
<style>
a { background-color: #CFCB0E; }
a { background-color: rgb(207,203,14); }
div.DivClassName
{
background-color: #CFCB0E;
}
.BgClassName
{
background-color: #CFCB0E;
}
</style>
border-color css
<style>
span { border-color: #CFCB0E; }
span { border-color: rgb(207,203,14); }
td.TdClassName
{
border-color: #CFCB0E;
}
.TagClassName
{
border-color: #CFCB0E;
}
</style>