Shades of Bird Flower #CFB700
Tints of Bird Flower #CFB700
RGB
CMYK
RGB Variations
Color information
#CFB700 (or 0xCFB700) is known color: Bird Flower. HEX triplet: CF, B7 and 00. RGB value is (207,183,0). Sum of RGB (Red+Green+Blue) = 207+183+0=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB700 is #3048FF. Grayscale: #AAAAAA. Windows color (decimal): -3164416 or 47055. OLE color: 47055.
HSL color Cylindrical-coordinate representation of color #CFB700: hue angle of 53.04º 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 #CFB700 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.19 |
| HSL | 53.04º | 1% | 0.41% | - |
| HSV(B) | 53.04º | 1% | 0.81% | - |
| XYZ | 42.67 | 47.13 | 6.85 | - |
| YUV | 169.31 | 32.45 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 0 | 0 | 0.12 | 1 | 0.19 | 53.04 | 1 | 0.41 |
| Hex | CF | B7 | 0 | 0 | C | 64 | 13 | 35 | 64 | 29 |
| Octal | 317 | 267 | 0 | 0 | 14 | 144 | 23 | 65 | 144 | 51 |
| Binary | 11001111 | 10110111 | 0 | 0 | 1100 | 1100100 | 10011 | 110101 | 1100100 | 101001 |
Color Harmonies of #CFB700
Complementary color
Monochromatic Colors of #CFB700
Black with #CFB700
Text Example
Text Example
White with #CFB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB700; }
p { color: rgb(207,183,0); }
H1.HeaderClassName
{
color: #CFB700;
}
.AnyTagClassName
{
color: #CFB700;
}
</style>
background-color css
<style>
a { background-color: #CFB700; }
a { background-color: rgb(207,183,0); }
div.DivClassName
{
background-color: #CFB700;
}
.BgClassName
{
background-color: #CFB700;
}
</style>
border-color css
<style>
span { border-color: #CFB700; }
span { border-color: rgb(207,183,0); }
td.TdClassName
{
border-color: #CFB700;
}
.TagClassName
{
border-color: #CFB700;
}
</style>