Shades of Bird Flower #CFB511
Tints of Bird Flower #CFB511
RGB
CMYK
RGB Variations
Color information
#CFB511 (or 0xCFB511) is known color: Bird Flower. HEX triplet: CF, B5 and 11. RGB value is (207,181,17). Sum of RGB (Red+Green+Blue) = 207+181+17=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB511 is #304AEE. Grayscale: #AAAAAA. Windows color (decimal): -3164911 or 1160655. OLE color: 1160655.
HSL color Cylindrical-coordinate representation of color #CFB511: hue angle of 51.79º 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 #CFB511 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 17 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.19 |
| HSL | 51.79º | 0.85% | 0.44% | - |
| HSV(B) | 51.79º | 0.92% | 0.81% | - |
| XYZ | 42.36 | 46.35 | 7.24 | - |
| YUV | 170.08 | 41.61 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 17 | 0 | 0.13 | 0.92 | 0.19 | 51.79 | 0.85 | 0.44 |
| Hex | CF | B5 | 11 | 0 | D | 5C | 13 | 34 | 55 | 2C |
| Octal | 317 | 265 | 21 | 0 | 15 | 134 | 23 | 64 | 125 | 54 |
| Binary | 11001111 | 10110101 | 10001 | 0 | 1101 | 1011100 | 10011 | 110100 | 1010101 | 101100 |
Color Harmonies of #CFB511
Complementary color
Monochromatic Colors of #CFB511
Black with #CFB511
Text Example
Text Example
White with #CFB511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB511; }
p { color: rgb(207,181,17); }
H1.HeaderClassName
{
color: #CFB511;
}
.AnyTagClassName
{
color: #CFB511;
}
</style>
background-color css
<style>
a { background-color: #CFB511; }
a { background-color: rgb(207,181,17); }
div.DivClassName
{
background-color: #CFB511;
}
.BgClassName
{
background-color: #CFB511;
}
</style>
border-color css
<style>
span { border-color: #CFB511; }
span { border-color: rgb(207,181,17); }
td.TdClassName
{
border-color: #CFB511;
}
.TagClassName
{
border-color: #CFB511;
}
</style>