Shades of Bird Flower #CFB214
Tints of Bird Flower #CFB214
RGB
CMYK
RGB Variations
Color information
#CFB214 (or 0xCFB214) is known color: Bird Flower. HEX triplet: CF, B2 and 14. RGB value is (207,178,20). Sum of RGB (Red+Green+Blue) = 207+178+20=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB214 is #304DEB. Grayscale: #A9A9A9. Windows color (decimal): -3165676 or 1356495. OLE color: 1356495.
HSL color Cylindrical-coordinate representation of color #CFB214: hue angle of 50.7º 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 #CFB214 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 20 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.19 |
| HSL | 50.7º | 0.82% | 0.45% | - |
| HSV(B) | 50.7º | 0.9% | 0.81% | - |
| XYZ | 41.78 | 45.16 | 7.18 | - |
| YUV | 168.66 | 44.11 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 20 | 0 | 0.14 | 0.90 | 0.19 | 50.7 | 0.82 | 0.45 |
| Hex | CF | B2 | 14 | 0 | E | 5A | 13 | 33 | 52 | 2D |
| Octal | 317 | 262 | 24 | 0 | 16 | 132 | 23 | 63 | 122 | 55 |
| Binary | 11001111 | 10110010 | 10100 | 0 | 1110 | 1011010 | 10011 | 110011 | 1010010 | 101101 |
Color Harmonies of #CFB214
Complementary color
Monochromatic Colors of #CFB214
Black with #CFB214
Text Example
Text Example
White with #CFB214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB214; }
p { color: rgb(207,178,20); }
H1.HeaderClassName
{
color: #CFB214;
}
.AnyTagClassName
{
color: #CFB214;
}
</style>
background-color css
<style>
a { background-color: #CFB214; }
a { background-color: rgb(207,178,20); }
div.DivClassName
{
background-color: #CFB214;
}
.BgClassName
{
background-color: #CFB214;
}
</style>
border-color css
<style>
span { border-color: #CFB214; }
span { border-color: rgb(207,178,20); }
td.TdClassName
{
border-color: #CFB214;
}
.TagClassName
{
border-color: #CFB214;
}
</style>