Shades of Bird Flower #CFB90D
Tints of Bird Flower #CFB90D
RGB
CMYK
RGB Variations
Color information
#CFB90D (or 0xCFB90D) is known color: Bird Flower. HEX triplet: CF, B9 and 0D. RGB value is (207,185,13). Sum of RGB (Red+Green+Blue) = 207+185+13=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB90D is #3046F2. Grayscale: #ACACAC. Windows color (decimal): -3163891 or 899535. OLE color: 899535.
HSL color Cylindrical-coordinate representation of color #CFB90D: hue angle of 53.2º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFB90D is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 13 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.19 |
| HSL | 53.2º | 0.88% | 0.43% | - |
| HSV(B) | 53.2º | 0.94% | 0.81% | - |
| XYZ | 43.15 | 47.99 | 7.37 | - |
| YUV | 171.97 | 38.29 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 13 | 0 | 0.11 | 0.94 | 0.19 | 53.2 | 0.88 | 0.43 |
| Hex | CF | B9 | D | 0 | B | 5E | 13 | 35 | 58 | 2B |
| Octal | 317 | 271 | 15 | 0 | 13 | 136 | 23 | 65 | 130 | 53 |
| Binary | 11001111 | 10111001 | 1101 | 0 | 1011 | 1011110 | 10011 | 110101 | 1011000 | 101011 |
Color Harmonies of #CFB90D
Complementary color
Monochromatic Colors of #CFB90D
Black with #CFB90D
Text Example
Text Example
White with #CFB90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB90D; }
p { color: rgb(207,185,13); }
H1.HeaderClassName
{
color: #CFB90D;
}
.AnyTagClassName
{
color: #CFB90D;
}
</style>
background-color css
<style>
a { background-color: #CFB90D; }
a { background-color: rgb(207,185,13); }
div.DivClassName
{
background-color: #CFB90D;
}
.BgClassName
{
background-color: #CFB90D;
}
</style>
border-color css
<style>
span { border-color: #CFB90D; }
span { border-color: rgb(207,185,13); }
td.TdClassName
{
border-color: #CFB90D;
}
.TagClassName
{
border-color: #CFB90D;
}
</style>