Shades of Bird Flower #CFB611
Tints of Bird Flower #CFB611
RGB
CMYK
RGB Variations
Color information
#CFB611 (or 0xCFB611) is known color: Bird Flower. HEX triplet: CF, B6 and 11. RGB value is (207,182,17). Sum of RGB (Red+Green+Blue) = 207+182+17=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB611 is #3049EE. Grayscale: #ABABAB. Windows color (decimal): -3164655 or 1160911. OLE color: 1160911.
HSL color Cylindrical-coordinate representation of color #CFB611: hue angle of 52.11º 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 #CFB611 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 17 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.19 |
| HSL | 52.11º | 0.85% | 0.44% | - |
| HSV(B) | 52.11º | 0.92% | 0.81% | - |
| XYZ | 42.56 | 46.76 | 7.31 | - |
| YUV | 170.67 | 41.28 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 17 | 0 | 0.12 | 0.92 | 0.19 | 52.11 | 0.85 | 0.44 |
| Hex | CF | B6 | 11 | 0 | C | 5C | 13 | 34 | 55 | 2C |
| Octal | 317 | 266 | 21 | 0 | 14 | 134 | 23 | 64 | 125 | 54 |
| Binary | 11001111 | 10110110 | 10001 | 0 | 1100 | 1011100 | 10011 | 110100 | 1010101 | 101100 |
Color Harmonies of #CFB611
Complementary color
Monochromatic Colors of #CFB611
Black with #CFB611
Text Example
Text Example
White with #CFB611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB611; }
p { color: rgb(207,182,17); }
H1.HeaderClassName
{
color: #CFB611;
}
.AnyTagClassName
{
color: #CFB611;
}
</style>
background-color css
<style>
a { background-color: #CFB611; }
a { background-color: rgb(207,182,17); }
div.DivClassName
{
background-color: #CFB611;
}
.BgClassName
{
background-color: #CFB611;
}
</style>
border-color css
<style>
span { border-color: #CFB611; }
span { border-color: rgb(207,182,17); }
td.TdClassName
{
border-color: #CFB611;
}
.TagClassName
{
border-color: #CFB611;
}
</style>