Shades of Bird Flower #CFB71B
Tints of Bird Flower #CFB71B
RGB
CMYK
RGB Variations
Color information
#CFB71B (or 0xCFB71B) is known color: Bird Flower. HEX triplet: CF, B7 and 1B. RGB value is (207,183,27). Sum of RGB (Red+Green+Blue) = 207+183+27=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 27 (10.94% from 255 or 6.47% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB71B is #3048E4. Grayscale: #ADADAD. Windows color (decimal): -3164389 or 1816527. OLE color: 1816527.
HSL color Cylindrical-coordinate representation of color #CFB71B: hue angle of 52º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFB71B is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 27 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.19 |
| HSL | 52º | 0.77% | 0.46% | - |
| HSV(B) | 52º | 0.87% | 0.81% | - |
| XYZ | 42.86 | 47.21 | 7.89 | - |
| YUV | 172.39 | 45.95 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 27 | 0 | 0.12 | 0.87 | 0.19 | 52 | 0.77 | 0.46 |
| Hex | CF | B7 | 1B | 0 | C | 57 | 13 | 34 | 4D | 2E |
| Octal | 317 | 267 | 33 | 0 | 14 | 127 | 23 | 64 | 115 | 56 |
| Binary | 11001111 | 10110111 | 11011 | 0 | 1100 | 1010111 | 10011 | 110100 | 1001101 | 101110 |
Color Harmonies of #CFB71B
Complementary color
Monochromatic Colors of #CFB71B
Black with #CFB71B
Text Example
Text Example
White with #CFB71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB71B; }
p { color: rgb(207,183,27); }
H1.HeaderClassName
{
color: #CFB71B;
}
.AnyTagClassName
{
color: #CFB71B;
}
</style>
background-color css
<style>
a { background-color: #CFB71B; }
a { background-color: rgb(207,183,27); }
div.DivClassName
{
background-color: #CFB71B;
}
.BgClassName
{
background-color: #CFB71B;
}
</style>
border-color css
<style>
span { border-color: #CFB71B; }
span { border-color: rgb(207,183,27); }
td.TdClassName
{
border-color: #CFB71B;
}
.TagClassName
{
border-color: #CFB71B;
}
</style>