Shades of Bird Flower #CFBE00
Tints of Bird Flower #CFBE00
RGB
CMYK
RGB Variations
Color information
#CFBE00 (or 0xCFBE00) is known color: Bird Flower. HEX triplet: CF, BE and 00. RGB value is (207,190,0). Sum of RGB (Red+Green+Blue) = 207+190+0=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBE00 is #3041FF. Grayscale: #AEAEAE. Windows color (decimal): -3162624 or 48847. OLE color: 48847.
HSL color Cylindrical-coordinate representation of color #CFBE00: hue angle of 55.07º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFBE00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.19 |
| HSL | 55.07º | 1% | 0.41% | - |
| HSV(B) | 55.07º | 1% | 0.81% | - |
| XYZ | 44.15 | 50.09 | 7.34 | - |
| YUV | 173.42 | 30.13 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 0 | 0 | 0.08 | 1 | 0.19 | 55.07 | 1 | 0.41 |
| Hex | CF | BE | 0 | 0 | 8 | 64 | 13 | 37 | 64 | 29 |
| Octal | 317 | 276 | 0 | 0 | 10 | 144 | 23 | 67 | 144 | 51 |
| Binary | 11001111 | 10111110 | 0 | 0 | 1000 | 1100100 | 10011 | 110111 | 1100100 | 101001 |
Color Harmonies of #CFBE00
Complementary color
Monochromatic Colors of #CFBE00
Black with #CFBE00
Text Example
Text Example
White with #CFBE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE00; }
p { color: rgb(207,190,0); }
H1.HeaderClassName
{
color: #CFBE00;
}
.AnyTagClassName
{
color: #CFBE00;
}
</style>
background-color css
<style>
a { background-color: #CFBE00; }
a { background-color: rgb(207,190,0); }
div.DivClassName
{
background-color: #CFBE00;
}
.BgClassName
{
background-color: #CFBE00;
}
</style>
border-color css
<style>
span { border-color: #CFBE00; }
span { border-color: rgb(207,190,0); }
td.TdClassName
{
border-color: #CFBE00;
}
.TagClassName
{
border-color: #CFBE00;
}
</style>