Shades of Bird Flower #CFB215
Tints of Bird Flower #CFB215
RGB
CMYK
RGB Variations
Color information
#CFB215 (or 0xCFB215) is known color: Bird Flower. HEX triplet: CF, B2 and 15. RGB value is (207,178,21). Sum of RGB (Red+Green+Blue) = 207+178+21=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB215 is #304DEA. Grayscale: #A9A9A9. Windows color (decimal): -3165675 or 1422031. OLE color: 1422031.
HSL color Cylindrical-coordinate representation of color #CFB215: hue angle of 50.65º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFB215 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 21 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.19 |
| HSL | 50.65º | 0.82% | 0.45% | - |
| HSV(B) | 50.65º | 0.9% | 0.81% | - |
| XYZ | 41.79 | 45.16 | 7.22 | - |
| YUV | 168.77 | 44.61 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 21 | 0 | 0.14 | 0.90 | 0.19 | 50.65 | 0.82 | 0.45 |
| Hex | CF | B2 | 15 | 0 | E | 5A | 13 | 33 | 52 | 2D |
| Octal | 317 | 262 | 25 | 0 | 16 | 132 | 23 | 63 | 122 | 55 |
| Binary | 11001111 | 10110010 | 10101 | 0 | 1110 | 1011010 | 10011 | 110011 | 1010010 | 101101 |
Color Harmonies of #CFB215
Complementary color
Monochromatic Colors of #CFB215
Black with #CFB215
Text Example
Text Example
White with #CFB215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB215; }
p { color: rgb(207,178,21); }
H1.HeaderClassName
{
color: #CFB215;
}
.AnyTagClassName
{
color: #CFB215;
}
</style>
background-color css
<style>
a { background-color: #CFB215; }
a { background-color: rgb(207,178,21); }
div.DivClassName
{
background-color: #CFB215;
}
.BgClassName
{
background-color: #CFB215;
}
</style>
border-color css
<style>
span { border-color: #CFB215; }
span { border-color: rgb(207,178,21); }
td.TdClassName
{
border-color: #CFB215;
}
.TagClassName
{
border-color: #CFB215;
}
</style>