Shades of Bird Flower #CFB119
Tints of Bird Flower #CFB119
RGB
CMYK
RGB Variations
Color information
#CFB119 (or 0xCFB119) is known color: Bird Flower. HEX triplet: CF, B1 and 19. RGB value is (207,177,25). Sum of RGB (Red+Green+Blue) = 207+177+25=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB119 is #304EE6. Grayscale: #A9A9A9. Windows color (decimal): -3165927 or 1683919. OLE color: 1683919.
HSL color Cylindrical-coordinate representation of color #CFB119: hue angle of 50.11º 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 #CFB119 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 25 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.19 |
| HSL | 50.11º | 0.78% | 0.45% | - |
| HSV(B) | 50.11º | 0.88% | 0.81% | - |
| XYZ | 41.63 | 44.78 | 7.37 | - |
| YUV | 168.64 | 46.94 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 25 | 0 | 0.14 | 0.88 | 0.19 | 50.11 | 0.78 | 0.45 |
| Hex | CF | B1 | 19 | 0 | E | 58 | 13 | 32 | 4E | 2D |
| Octal | 317 | 261 | 31 | 0 | 16 | 130 | 23 | 62 | 116 | 55 |
| Binary | 11001111 | 10110001 | 11001 | 0 | 1110 | 1011000 | 10011 | 110010 | 1001110 | 101101 |
Color Harmonies of #CFB119
Complementary color
Monochromatic Colors of #CFB119
Black with #CFB119
Text Example
Text Example
White with #CFB119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB119; }
p { color: rgb(207,177,25); }
H1.HeaderClassName
{
color: #CFB119;
}
.AnyTagClassName
{
color: #CFB119;
}
</style>
background-color css
<style>
a { background-color: #CFB119; }
a { background-color: rgb(207,177,25); }
div.DivClassName
{
background-color: #CFB119;
}
.BgClassName
{
background-color: #CFB119;
}
</style>
border-color css
<style>
span { border-color: #CFB119; }
span { border-color: rgb(207,177,25); }
td.TdClassName
{
border-color: #CFB119;
}
.TagClassName
{
border-color: #CFB119;
}
</style>