Shades of Bird Flower #CFB723
Tints of Bird Flower #CFB723
RGB
CMYK
RGB Variations
Color information
#CFB723 (or 0xCFB723) is known color: Bird Flower. HEX triplet: CF, B7 and 23. RGB value is (207,183,35). Sum of RGB (Red+Green+Blue) = 207+183+35=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 35 (14.06% from 255 or 8.24% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB723 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB723 is #3048DC. Grayscale: #ADADAD. Windows color (decimal): -3164381 or 2340815. OLE color: 2340815.
HSL color Cylindrical-coordinate representation of color #CFB723: hue angle of 51.63º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFB723 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 35 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.19 |
| HSL | 51.63º | 0.71% | 0.47% | - |
| HSV(B) | 51.63º | 0.83% | 0.81% | - |
| XYZ | 42.97 | 47.25 | 8.45 | - |
| YUV | 173.3 | 49.95 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 35 | 0 | 0.12 | 0.83 | 0.19 | 51.63 | 0.71 | 0.47 |
| Hex | CF | B7 | 23 | 0 | C | 53 | 13 | 34 | 47 | 2F |
| Octal | 317 | 267 | 43 | 0 | 14 | 123 | 23 | 64 | 107 | 57 |
| Binary | 11001111 | 10110111 | 100011 | 0 | 1100 | 1010011 | 10011 | 110100 | 1000111 | 101111 |
Color Harmonies of #CFB723
Complementary color
Monochromatic Colors of #CFB723
Black with #CFB723
Text Example
Text Example
White with #CFB723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB723; }
p { color: rgb(207,183,35); }
H1.HeaderClassName
{
color: #CFB723;
}
.AnyTagClassName
{
color: #CFB723;
}
</style>
background-color css
<style>
a { background-color: #CFB723; }
a { background-color: rgb(207,183,35); }
div.DivClassName
{
background-color: #CFB723;
}
.BgClassName
{
background-color: #CFB723;
}
</style>
border-color css
<style>
span { border-color: #CFB723; }
span { border-color: rgb(207,183,35); }
td.TdClassName
{
border-color: #CFB723;
}
.TagClassName
{
border-color: #CFB723;
}
</style>