Shades of Bird Flower #CFB814
Tints of Bird Flower #CFB814
RGB
CMYK
RGB Variations
Color information
#CFB814 (or 0xCFB814) is known color: Bird Flower. HEX triplet: CF, B8 and 14. RGB value is (207,184,20). Sum of RGB (Red+Green+Blue) = 207+184+20=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB814 is #3047EB. Grayscale: #ACACAC. Windows color (decimal): -3164140 or 1358031. OLE color: 1358031.
HSL color Cylindrical-coordinate representation of color #CFB814: hue angle of 52.62º 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 #CFB814 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 20 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.19 |
| HSL | 52.62º | 0.82% | 0.45% | - |
| HSV(B) | 52.62º | 0.9% | 0.81% | - |
| XYZ | 43 | 47.6 | 7.58 | - |
| YUV | 172.18 | 42.12 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 20 | 0 | 0.11 | 0.90 | 0.19 | 52.62 | 0.82 | 0.45 |
| Hex | CF | B8 | 14 | 0 | B | 5A | 13 | 35 | 52 | 2D |
| Octal | 317 | 270 | 24 | 0 | 13 | 132 | 23 | 65 | 122 | 55 |
| Binary | 11001111 | 10111000 | 10100 | 0 | 1011 | 1011010 | 10011 | 110101 | 1010010 | 101101 |
Color Harmonies of #CFB814
Complementary color
Monochromatic Colors of #CFB814
Black with #CFB814
Text Example
Text Example
White with #CFB814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB814; }
p { color: rgb(207,184,20); }
H1.HeaderClassName
{
color: #CFB814;
}
.AnyTagClassName
{
color: #CFB814;
}
</style>
background-color css
<style>
a { background-color: #CFB814; }
a { background-color: rgb(207,184,20); }
div.DivClassName
{
background-color: #CFB814;
}
.BgClassName
{
background-color: #CFB814;
}
</style>
border-color css
<style>
span { border-color: #CFB814; }
span { border-color: rgb(207,184,20); }
td.TdClassName
{
border-color: #CFB814;
}
.TagClassName
{
border-color: #CFB814;
}
</style>