Shades of Bird Flower #CFB919
Tints of Bird Flower #CFB919
RGB
CMYK
RGB Variations
Color information
#CFB919 (or 0xCFB919) is known color: Bird Flower. HEX triplet: CF, B9 and 19. RGB value is (207,185,25). Sum of RGB (Red+Green+Blue) = 207+185+25=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB919 is #3046E6. Grayscale: #AEAEAE. Windows color (decimal): -3163879 or 1685967. OLE color: 1685967.
HSL color Cylindrical-coordinate representation of color #CFB919: hue angle of 52.75º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFB919 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 25 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.19 |
| HSL | 52.75º | 0.78% | 0.45% | - |
| HSV(B) | 52.75º | 0.88% | 0.81% | - |
| XYZ | 43.26 | 48.03 | 7.91 | - |
| YUV | 173.34 | 44.29 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 25 | 0 | 0.11 | 0.88 | 0.19 | 52.75 | 0.78 | 0.45 |
| Hex | CF | B9 | 19 | 0 | B | 58 | 13 | 35 | 4E | 2D |
| Octal | 317 | 271 | 31 | 0 | 13 | 130 | 23 | 65 | 116 | 55 |
| Binary | 11001111 | 10111001 | 11001 | 0 | 1011 | 1011000 | 10011 | 110101 | 1001110 | 101101 |
Color Harmonies of #CFB919
Complementary color
Monochromatic Colors of #CFB919
Black with #CFB919
Text Example
Text Example
White with #CFB919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB919; }
p { color: rgb(207,185,25); }
H1.HeaderClassName
{
color: #CFB919;
}
.AnyTagClassName
{
color: #CFB919;
}
</style>
background-color css
<style>
a { background-color: #CFB919; }
a { background-color: rgb(207,185,25); }
div.DivClassName
{
background-color: #CFB919;
}
.BgClassName
{
background-color: #CFB919;
}
</style>
border-color css
<style>
span { border-color: #CFB919; }
span { border-color: rgb(207,185,25); }
td.TdClassName
{
border-color: #CFB919;
}
.TagClassName
{
border-color: #CFB919;
}
</style>