Shades of Bird Flower #CFB724
Tints of Bird Flower #CFB724
RGB
CMYK
RGB Variations
Color information
#CFB724 (or 0xCFB724) is known color: Bird Flower. HEX triplet: CF, B7 and 24. RGB value is (207,183,36). Sum of RGB (Red+Green+Blue) = 207+183+36=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 36 (14.45% from 255 or 8.45% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB724 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB724 is #3048DB. Grayscale: #AEAEAE. Windows color (decimal): -3164380 or 2406351. OLE color: 2406351.
HSL color Cylindrical-coordinate representation of color #CFB724: hue angle of 51.58º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFB724 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 36 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.19 |
| HSL | 51.58º | 0.7% | 0.48% | - |
| HSV(B) | 51.58º | 0.83% | 0.81% | - |
| XYZ | 42.98 | 47.26 | 8.53 | - |
| YUV | 173.42 | 50.45 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 36 | 0 | 0.12 | 0.83 | 0.19 | 51.58 | 0.7 | 0.48 |
| Hex | CF | B7 | 24 | 0 | C | 53 | 13 | 34 | 46 | 30 |
| Octal | 317 | 267 | 44 | 0 | 14 | 123 | 23 | 64 | 106 | 60 |
| Binary | 11001111 | 10110111 | 100100 | 0 | 1100 | 1010011 | 10011 | 110100 | 1000110 | 110000 |
Color Harmonies of #CFB724
Complementary color
Monochromatic Colors of #CFB724
Black with #CFB724
Text Example
Text Example
White with #CFB724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB724; }
p { color: rgb(207,183,36); }
H1.HeaderClassName
{
color: #CFB724;
}
.AnyTagClassName
{
color: #CFB724;
}
</style>
background-color css
<style>
a { background-color: #CFB724; }
a { background-color: rgb(207,183,36); }
div.DivClassName
{
background-color: #CFB724;
}
.BgClassName
{
background-color: #CFB724;
}
</style>
border-color css
<style>
span { border-color: #CFB724; }
span { border-color: rgb(207,183,36); }
td.TdClassName
{
border-color: #CFB724;
}
.TagClassName
{
border-color: #CFB724;
}
</style>