Shades of Bird Flower #CFBE08
Tints of Bird Flower #CFBE08
RGB
CMYK
RGB Variations
Color information
#CFBE08 (or 0xCFBE08) is known color: Bird Flower. HEX triplet: CF, BE and 08. RGB value is (207,190,8). Sum of RGB (Red+Green+Blue) = 207+190+8=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBE08 is #3041F7. Grayscale: #AFAFAF. Windows color (decimal): -3162616 or 573135. OLE color: 573135.
HSL color Cylindrical-coordinate representation of color #CFBE08: hue angle of 54.87º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFBE08 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 8 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.19 |
| HSL | 54.87º | 0.93% | 0.42% | - |
| HSV(B) | 54.87º | 0.96% | 0.81% | - |
| XYZ | 44.19 | 50.11 | 7.57 | - |
| YUV | 174.34 | 34.13 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 8 | 0 | 0.08 | 0.96 | 0.19 | 54.87 | 0.93 | 0.42 |
| Hex | CF | BE | 8 | 0 | 8 | 60 | 13 | 37 | 5D | 2A |
| Octal | 317 | 276 | 10 | 0 | 10 | 140 | 23 | 67 | 135 | 52 |
| Binary | 11001111 | 10111110 | 1000 | 0 | 1000 | 1100000 | 10011 | 110111 | 1011101 | 101010 |
Color Harmonies of #CFBE08
Complementary color
Monochromatic Colors of #CFBE08
Black with #CFBE08
Text Example
Text Example
White with #CFBE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE08; }
p { color: rgb(207,190,8); }
H1.HeaderClassName
{
color: #CFBE08;
}
.AnyTagClassName
{
color: #CFBE08;
}
</style>
background-color css
<style>
a { background-color: #CFBE08; }
a { background-color: rgb(207,190,8); }
div.DivClassName
{
background-color: #CFBE08;
}
.BgClassName
{
background-color: #CFBE08;
}
</style>
border-color css
<style>
span { border-color: #CFBE08; }
span { border-color: rgb(207,190,8); }
td.TdClassName
{
border-color: #CFBE08;
}
.TagClassName
{
border-color: #CFBE08;
}
</style>