Shades of Bird Flower #CFB306
Tints of Bird Flower #CFB306
RGB
CMYK
RGB Variations
Color information
#CFB306 (or 0xCFB306) is known color: Bird Flower. HEX triplet: CF, B3 and 06. RGB value is (207,179,6). Sum of RGB (Red+Green+Blue) = 207+179+6=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB306 is #304CF9. Grayscale: #A8A8A8. Windows color (decimal): -3165434 or 439247. OLE color: 439247.
HSL color Cylindrical-coordinate representation of color #CFB306: hue angle of 51.64º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFB306 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 6 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.19 |
| HSL | 51.64º | 0.94% | 0.42% | - |
| HSV(B) | 51.64º | 0.97% | 0.81% | - |
| XYZ | 41.89 | 45.52 | 6.75 | - |
| YUV | 167.65 | 36.78 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 6 | 0 | 0.14 | 0.97 | 0.19 | 51.64 | 0.94 | 0.42 |
| Hex | CF | B3 | 6 | 0 | E | 61 | 13 | 34 | 5E | 2A |
| Octal | 317 | 263 | 6 | 0 | 16 | 141 | 23 | 64 | 136 | 52 |
| Binary | 11001111 | 10110011 | 110 | 0 | 1110 | 1100001 | 10011 | 110100 | 1011110 | 101010 |
Color Harmonies of #CFB306
Complementary color
Monochromatic Colors of #CFB306
Black with #CFB306
Text Example
Text Example
White with #CFB306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB306; }
p { color: rgb(207,179,6); }
H1.HeaderClassName
{
color: #CFB306;
}
.AnyTagClassName
{
color: #CFB306;
}
</style>
background-color css
<style>
a { background-color: #CFB306; }
a { background-color: rgb(207,179,6); }
div.DivClassName
{
background-color: #CFB306;
}
.BgClassName
{
background-color: #CFB306;
}
</style>
border-color css
<style>
span { border-color: #CFB306; }
span { border-color: rgb(207,179,6); }
td.TdClassName
{
border-color: #CFB306;
}
.TagClassName
{
border-color: #CFB306;
}
</style>