Shades of Bird Flower #CFB111
Tints of Bird Flower #CFB111
RGB
CMYK
RGB Variations
Color information
#CFB111 (or 0xCFB111) is known color: Bird Flower. HEX triplet: CF, B1 and 11. RGB value is (207,177,17). Sum of RGB (Red+Green+Blue) = 207+177+17=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB111 is #304EEE. Grayscale: #A8A8A8. Windows color (decimal): -3165935 or 1159631. OLE color: 1159631.
HSL color Cylindrical-coordinate representation of color #CFB111: hue angle of 50.53º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFB111 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 17 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.19 |
| HSL | 50.53º | 0.85% | 0.44% | - |
| HSV(B) | 50.53º | 0.92% | 0.81% | - |
| XYZ | 41.56 | 44.75 | 6.98 | - |
| YUV | 167.73 | 42.94 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 17 | 0 | 0.14 | 0.92 | 0.19 | 50.53 | 0.85 | 0.44 |
| Hex | CF | B1 | 11 | 0 | E | 5C | 13 | 33 | 55 | 2C |
| Octal | 317 | 261 | 21 | 0 | 16 | 134 | 23 | 63 | 125 | 54 |
| Binary | 11001111 | 10110001 | 10001 | 0 | 1110 | 1011100 | 10011 | 110011 | 1010101 | 101100 |
Color Harmonies of #CFB111
Complementary color
Monochromatic Colors of #CFB111
Black with #CFB111
Text Example
Text Example
White with #CFB111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB111; }
p { color: rgb(207,177,17); }
H1.HeaderClassName
{
color: #CFB111;
}
.AnyTagClassName
{
color: #CFB111;
}
</style>
background-color css
<style>
a { background-color: #CFB111; }
a { background-color: rgb(207,177,17); }
div.DivClassName
{
background-color: #CFB111;
}
.BgClassName
{
background-color: #CFB111;
}
</style>
border-color css
<style>
span { border-color: #CFB111; }
span { border-color: rgb(207,177,17); }
td.TdClassName
{
border-color: #CFB111;
}
.TagClassName
{
border-color: #CFB111;
}
</style>