Shades of Bird Flower #CFBE10
Tints of Bird Flower #CFBE10
RGB
CMYK
RGB Variations
Color information
#CFBE10 (or 0xCFBE10) is known color: Bird Flower. HEX triplet: CF, BE and 10. RGB value is (207,190,16). Sum of RGB (Red+Green+Blue) = 207+190+16=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBE10 is #3041EF. Grayscale: #AFAFAF. Windows color (decimal): -3162608 or 1097423. OLE color: 1097423.
HSL color Cylindrical-coordinate representation of color #CFBE10: hue angle of 54.66º 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 #CFBE10 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 16 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.19 |
| HSL | 54.66º | 0.86% | 0.44% | - |
| HSV(B) | 54.66º | 0.92% | 0.81% | - |
| XYZ | 44.24 | 50.13 | 7.83 | - |
| YUV | 175.25 | 38.13 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 16 | 0 | 0.08 | 0.92 | 0.19 | 54.66 | 0.86 | 0.44 |
| Hex | CF | BE | 10 | 0 | 8 | 5C | 13 | 37 | 56 | 2C |
| Octal | 317 | 276 | 20 | 0 | 10 | 134 | 23 | 67 | 126 | 54 |
| Binary | 11001111 | 10111110 | 10000 | 0 | 1000 | 1011100 | 10011 | 110111 | 1010110 | 101100 |
Color Harmonies of #CFBE10
Complementary color
Monochromatic Colors of #CFBE10
Black with #CFBE10
Text Example
Text Example
White with #CFBE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE10; }
p { color: rgb(207,190,16); }
H1.HeaderClassName
{
color: #CFBE10;
}
.AnyTagClassName
{
color: #CFBE10;
}
</style>
background-color css
<style>
a { background-color: #CFBE10; }
a { background-color: rgb(207,190,16); }
div.DivClassName
{
background-color: #CFBE10;
}
.BgClassName
{
background-color: #CFBE10;
}
</style>
border-color css
<style>
span { border-color: #CFBE10; }
span { border-color: rgb(207,190,16); }
td.TdClassName
{
border-color: #CFBE10;
}
.TagClassName
{
border-color: #CFBE10;
}
</style>