Shades of Bird Flower #CFB712
Tints of Bird Flower #CFB712
RGB
CMYK
RGB Variations
Color information
#CFB712 (or 0xCFB712) is known color: Bird Flower. HEX triplet: CF, B7 and 12. RGB value is (207,183,18). Sum of RGB (Red+Green+Blue) = 207+183+18=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB712 is #3048ED. Grayscale: #ACACAC. Windows color (decimal): -3164398 or 1226703. OLE color: 1226703.
HSL color Cylindrical-coordinate representation of color #CFB712: hue angle of 52.38º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFB712 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 18 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.19 |
| HSL | 52.38º | 0.84% | 0.44% | - |
| HSV(B) | 52.38º | 0.91% | 0.81% | - |
| XYZ | 42.77 | 47.18 | 7.42 | - |
| YUV | 171.37 | 41.45 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 18 | 0 | 0.12 | 0.91 | 0.19 | 52.38 | 0.84 | 0.44 |
| Hex | CF | B7 | 12 | 0 | C | 5B | 13 | 34 | 54 | 2C |
| Octal | 317 | 267 | 22 | 0 | 14 | 133 | 23 | 64 | 124 | 54 |
| Binary | 11001111 | 10110111 | 10010 | 0 | 1100 | 1011011 | 10011 | 110100 | 1010100 | 101100 |
Color Harmonies of #CFB712
Complementary color
Monochromatic Colors of #CFB712
Black with #CFB712
Text Example
Text Example
White with #CFB712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB712; }
p { color: rgb(207,183,18); }
H1.HeaderClassName
{
color: #CFB712;
}
.AnyTagClassName
{
color: #CFB712;
}
</style>
background-color css
<style>
a { background-color: #CFB712; }
a { background-color: rgb(207,183,18); }
div.DivClassName
{
background-color: #CFB712;
}
.BgClassName
{
background-color: #CFB712;
}
</style>
border-color css
<style>
span { border-color: #CFB712; }
span { border-color: rgb(207,183,18); }
td.TdClassName
{
border-color: #CFB712;
}
.TagClassName
{
border-color: #CFB712;
}
</style>