Shades of Bird Flower #CFB010
Tints of Bird Flower #CFB010
RGB
CMYK
RGB Variations
Color information
#CFB010 (or 0xCFB010) is known color: Bird Flower. HEX triplet: CF, B0 and 10. RGB value is (207,176,16). Sum of RGB (Red+Green+Blue) = 207+176+16=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB010 is #304FEF. Grayscale: #A7A7A7. Windows color (decimal): -3166192 or 1093839. OLE color: 1093839.
HSL color Cylindrical-coordinate representation of color #CFB010: hue angle of 50.26º degrees, saturation: 0.86, 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 #CFB010 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 16 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.19 |
| HSL | 50.26º | 0.86% | 0.44% | - |
| HSV(B) | 50.26º | 0.92% | 0.81% | - |
| XYZ | 41.35 | 44.35 | 6.87 | - |
| YUV | 167.03 | 42.77 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 16 | 0 | 0.15 | 0.92 | 0.19 | 50.26 | 0.86 | 0.44 |
| Hex | CF | B0 | 10 | 0 | F | 5C | 13 | 32 | 56 | 2C |
| Octal | 317 | 260 | 20 | 0 | 17 | 134 | 23 | 62 | 126 | 54 |
| Binary | 11001111 | 10110000 | 10000 | 0 | 1111 | 1011100 | 10011 | 110010 | 1010110 | 101100 |
Color Harmonies of #CFB010
Complementary color
Monochromatic Colors of #CFB010
Black with #CFB010
Text Example
Text Example
White with #CFB010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB010; }
p { color: rgb(207,176,16); }
H1.HeaderClassName
{
color: #CFB010;
}
.AnyTagClassName
{
color: #CFB010;
}
</style>
background-color css
<style>
a { background-color: #CFB010; }
a { background-color: rgb(207,176,16); }
div.DivClassName
{
background-color: #CFB010;
}
.BgClassName
{
background-color: #CFB010;
}
</style>
border-color css
<style>
span { border-color: #CFB010; }
span { border-color: rgb(207,176,16); }
td.TdClassName
{
border-color: #CFB010;
}
.TagClassName
{
border-color: #CFB010;
}
</style>