Shades of Bird Flower #CFB506
Tints of Bird Flower #CFB506
RGB
CMYK
RGB Variations
Color information
#CFB506 (or 0xCFB506) is known color: Bird Flower. HEX triplet: CF, B5 and 06. RGB value is (207,181,6). Sum of RGB (Red+Green+Blue) = 207+181+6=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 6 (2.73% from 255 or 1.52% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB506 is #304AF9. Grayscale: #A9A9A9. Windows color (decimal): -3164922 or 439759. OLE color: 439759.
HSL color Cylindrical-coordinate representation of color #CFB506: hue angle of 52.24º 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 #CFB506 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 6 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.19 |
| HSL | 52.24º | 0.94% | 0.42% | - |
| HSV(B) | 52.24º | 0.97% | 0.81% | - |
| XYZ | 42.29 | 46.33 | 6.89 | - |
| YUV | 168.82 | 36.11 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 6 | 0 | 0.13 | 0.97 | 0.19 | 52.24 | 0.94 | 0.42 |
| Hex | CF | B5 | 6 | 0 | D | 61 | 13 | 34 | 5E | 2A |
| Octal | 317 | 265 | 6 | 0 | 15 | 141 | 23 | 64 | 136 | 52 |
| Binary | 11001111 | 10110101 | 110 | 0 | 1101 | 1100001 | 10011 | 110100 | 1011110 | 101010 |
Color Harmonies of #CFB506
Complementary color
Monochromatic Colors of #CFB506
Black with #CFB506
Text Example
Text Example
White with #CFB506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB506; }
p { color: rgb(207,181,6); }
H1.HeaderClassName
{
color: #CFB506;
}
.AnyTagClassName
{
color: #CFB506;
}
</style>
background-color css
<style>
a { background-color: #CFB506; }
a { background-color: rgb(207,181,6); }
div.DivClassName
{
background-color: #CFB506;
}
.BgClassName
{
background-color: #CFB506;
}
</style>
border-color css
<style>
span { border-color: #CFB506; }
span { border-color: rgb(207,181,6); }
td.TdClassName
{
border-color: #CFB506;
}
.TagClassName
{
border-color: #CFB506;
}
</style>