Shades of Bird Flower #CFB91F
Tints of Bird Flower #CFB91F
RGB
CMYK
RGB Variations
Color information
#CFB91F (or 0xCFB91F) is known color: Bird Flower. HEX triplet: CF, B9 and 1F. RGB value is (207,185,31). Sum of RGB (Red+Green+Blue) = 207+185+31=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB91F is #3046E0. Grayscale: #AEAEAE. Windows color (decimal): -3163873 or 2079183. OLE color: 2079183.
HSL color Cylindrical-coordinate representation of color #CFB91F: hue angle of 52.5º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFB91F is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 31 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.19 |
| HSL | 52.5º | 0.74% | 0.47% | - |
| HSV(B) | 52.5º | 0.85% | 0.81% | - |
| XYZ | 43.33 | 48.06 | 8.29 | - |
| YUV | 174.02 | 47.29 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 31 | 0 | 0.11 | 0.85 | 0.19 | 52.5 | 0.74 | 0.47 |
| Hex | CF | B9 | 1F | 0 | B | 55 | 13 | 34 | 4A | 2F |
| Octal | 317 | 271 | 37 | 0 | 13 | 125 | 23 | 64 | 112 | 57 |
| Binary | 11001111 | 10111001 | 11111 | 0 | 1011 | 1010101 | 10011 | 110100 | 1001010 | 101111 |
Color Harmonies of #CFB91F
Complementary color
Monochromatic Colors of #CFB91F
Black with #CFB91F
Text Example
Text Example
White with #CFB91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB91F; }
p { color: rgb(207,185,31); }
H1.HeaderClassName
{
color: #CFB91F;
}
.AnyTagClassName
{
color: #CFB91F;
}
</style>
background-color css
<style>
a { background-color: #CFB91F; }
a { background-color: rgb(207,185,31); }
div.DivClassName
{
background-color: #CFB91F;
}
.BgClassName
{
background-color: #CFB91F;
}
</style>
border-color css
<style>
span { border-color: #CFB91F; }
span { border-color: rgb(207,185,31); }
td.TdClassName
{
border-color: #CFB91F;
}
.TagClassName
{
border-color: #CFB91F;
}
</style>