Shades of Bird Flower #CFB91E
Tints of Bird Flower #CFB91E
RGB
CMYK
RGB Variations
Color information
#CFB91E (or 0xCFB91E) is known color: Bird Flower. HEX triplet: CF, B9 and 1E. RGB value is (207,185,30). Sum of RGB (Red+Green+Blue) = 207+185+30=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB91E is #3046E1. Grayscale: #AEAEAE. Windows color (decimal): -3163874 or 2013647. OLE color: 2013647.
HSL color Cylindrical-coordinate representation of color #CFB91E: hue angle of 52.54º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFB91E is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 30 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.19 |
| HSL | 52.54º | 0.75% | 0.46% | - |
| HSV(B) | 52.54º | 0.86% | 0.81% | - |
| XYZ | 43.32 | 48.06 | 8.22 | - |
| YUV | 173.91 | 46.79 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 30 | 0 | 0.11 | 0.86 | 0.19 | 52.54 | 0.75 | 0.46 |
| Hex | CF | B9 | 1E | 0 | B | 56 | 13 | 35 | 4B | 2E |
| Octal | 317 | 271 | 36 | 0 | 13 | 126 | 23 | 65 | 113 | 56 |
| Binary | 11001111 | 10111001 | 11110 | 0 | 1011 | 1010110 | 10011 | 110101 | 1001011 | 101110 |
Color Harmonies of #CFB91E
Complementary color
Monochromatic Colors of #CFB91E
Black with #CFB91E
Text Example
Text Example
White with #CFB91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB91E; }
p { color: rgb(207,185,30); }
H1.HeaderClassName
{
color: #CFB91E;
}
.AnyTagClassName
{
color: #CFB91E;
}
</style>
background-color css
<style>
a { background-color: #CFB91E; }
a { background-color: rgb(207,185,30); }
div.DivClassName
{
background-color: #CFB91E;
}
.BgClassName
{
background-color: #CFB91E;
}
</style>
border-color css
<style>
span { border-color: #CFB91E; }
span { border-color: rgb(207,185,30); }
td.TdClassName
{
border-color: #CFB91E;
}
.TagClassName
{
border-color: #CFB91E;
}
</style>