Shades of Bird Flower #CFB006
Tints of Bird Flower #CFB006
RGB
CMYK
RGB Variations
Color information
#CFB006 (or 0xCFB006) is known color: Bird Flower. HEX triplet: CF, B0 and 06. RGB value is (207,176,6). Sum of RGB (Red+Green+Blue) = 207+176+6=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 6 (2.73% from 255 or 1.54% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB006 is #304FF9. Grayscale: #A6A6A6. Windows color (decimal): -3166202 or 438479. OLE color: 438479.
HSL color Cylindrical-coordinate representation of color #CFB006: hue angle of 50.75º 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 #CFB006 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 6 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.19 |
| HSL | 50.75º | 0.94% | 0.42% | - |
| HSV(B) | 50.75º | 0.97% | 0.81% | - |
| XYZ | 41.29 | 44.33 | 6.55 | - |
| YUV | 165.89 | 37.77 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 6 | 0 | 0.15 | 0.97 | 0.19 | 50.75 | 0.94 | 0.42 |
| Hex | CF | B0 | 6 | 0 | F | 61 | 13 | 33 | 5E | 2A |
| Octal | 317 | 260 | 6 | 0 | 17 | 141 | 23 | 63 | 136 | 52 |
| Binary | 11001111 | 10110000 | 110 | 0 | 1111 | 1100001 | 10011 | 110011 | 1011110 | 101010 |
Color Harmonies of #CFB006
Complementary color
Monochromatic Colors of #CFB006
Black with #CFB006
Text Example
Text Example
White with #CFB006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB006; }
p { color: rgb(207,176,6); }
H1.HeaderClassName
{
color: #CFB006;
}
.AnyTagClassName
{
color: #CFB006;
}
</style>
background-color css
<style>
a { background-color: #CFB006; }
a { background-color: rgb(207,176,6); }
div.DivClassName
{
background-color: #CFB006;
}
.BgClassName
{
background-color: #CFB006;
}
</style>
border-color css
<style>
span { border-color: #CFB006; }
span { border-color: rgb(207,176,6); }
td.TdClassName
{
border-color: #CFB006;
}
.TagClassName
{
border-color: #CFB006;
}
</style>