Shades of Bird Flower #CFB721
Tints of Bird Flower #CFB721
RGB
CMYK
RGB Variations
Color information
#CFB721 (or 0xCFB721) is known color: Bird Flower. HEX triplet: CF, B7 and 21. RGB value is (207,183,33). Sum of RGB (Red+Green+Blue) = 207+183+33=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB721 is #3048DE. Grayscale: #ADADAD. Windows color (decimal): -3164383 or 2209743. OLE color: 2209743.
HSL color Cylindrical-coordinate representation of color #CFB721: hue angle of 51.72º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFB721 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 33 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.19 |
| HSL | 51.72º | 0.73% | 0.47% | - |
| HSV(B) | 51.72º | 0.84% | 0.81% | - |
| XYZ | 42.94 | 47.24 | 8.29 | - |
| YUV | 173.08 | 48.95 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 33 | 0 | 0.12 | 0.84 | 0.19 | 51.72 | 0.73 | 0.47 |
| Hex | CF | B7 | 21 | 0 | C | 54 | 13 | 34 | 48 | 2F |
| Octal | 317 | 267 | 41 | 0 | 14 | 124 | 23 | 64 | 110 | 57 |
| Binary | 11001111 | 10110111 | 100001 | 0 | 1100 | 1010100 | 10011 | 110100 | 1001000 | 101111 |
Color Harmonies of #CFB721
Complementary color
Monochromatic Colors of #CFB721
Black with #CFB721
Text Example
Text Example
White with #CFB721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB721; }
p { color: rgb(207,183,33); }
H1.HeaderClassName
{
color: #CFB721;
}
.AnyTagClassName
{
color: #CFB721;
}
</style>
background-color css
<style>
a { background-color: #CFB721; }
a { background-color: rgb(207,183,33); }
div.DivClassName
{
background-color: #CFB721;
}
.BgClassName
{
background-color: #CFB721;
}
</style>
border-color css
<style>
span { border-color: #CFB721; }
span { border-color: rgb(207,183,33); }
td.TdClassName
{
border-color: #CFB721;
}
.TagClassName
{
border-color: #CFB721;
}
</style>