Shades of Bird Flower #CFBE13
Tints of Bird Flower #CFBE13
RGB
CMYK
RGB Variations
Color information
#CFBE13 (or 0xCFBE13) is known color: Bird Flower. HEX triplet: CF, BE and 13. RGB value is (207,190,19). Sum of RGB (Red+Green+Blue) = 207+190+19=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 19 (7.81% from 255 or 4.57% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBE13 is #3041EC. Grayscale: #B0B0B0. Windows color (decimal): -3162605 or 1294031. OLE color: 1294031.
HSL color Cylindrical-coordinate representation of color #CFBE13: hue angle of 54.57º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFBE13 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 19 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.19 |
| HSL | 54.57º | 0.83% | 0.44% | - |
| HSV(B) | 54.57º | 0.91% | 0.81% | - |
| XYZ | 44.26 | 50.14 | 7.96 | - |
| YUV | 175.59 | 39.63 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 19 | 0 | 0.08 | 0.91 | 0.19 | 54.57 | 0.83 | 0.44 |
| Hex | CF | BE | 13 | 0 | 8 | 5B | 13 | 37 | 53 | 2C |
| Octal | 317 | 276 | 23 | 0 | 10 | 133 | 23 | 67 | 123 | 54 |
| Binary | 11001111 | 10111110 | 10011 | 0 | 1000 | 1011011 | 10011 | 110111 | 1010011 | 101100 |
Color Harmonies of #CFBE13
Complementary color
Monochromatic Colors of #CFBE13
Black with #CFBE13
Text Example
Text Example
White with #CFBE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE13; }
p { color: rgb(207,190,19); }
H1.HeaderClassName
{
color: #CFBE13;
}
.AnyTagClassName
{
color: #CFBE13;
}
</style>
background-color css
<style>
a { background-color: #CFBE13; }
a { background-color: rgb(207,190,19); }
div.DivClassName
{
background-color: #CFBE13;
}
.BgClassName
{
background-color: #CFBE13;
}
</style>
border-color css
<style>
span { border-color: #CFBE13; }
span { border-color: rgb(207,190,19); }
td.TdClassName
{
border-color: #CFBE13;
}
.TagClassName
{
border-color: #CFBE13;
}
</style>