Shades of Bird Flower #CFB70A
Tints of Bird Flower #CFB70A
RGB
CMYK
RGB Variations
Color information
#CFB70A (or 0xCFB70A) is known color: Bird Flower. HEX triplet: CF, B7 and 0A. RGB value is (207,183,10). Sum of RGB (Red+Green+Blue) = 207+183+10=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB70A is #3048F5. Grayscale: #ABABAB. Windows color (decimal): -3164406 or 702415. OLE color: 702415.
HSL color Cylindrical-coordinate representation of color #CFB70A: hue angle of 52.69º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFB70A is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 10 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.19 |
| HSL | 52.69º | 0.91% | 0.43% | - |
| HSV(B) | 52.69º | 0.95% | 0.81% | - |
| XYZ | 42.72 | 47.15 | 7.14 | - |
| YUV | 170.45 | 37.45 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 10 | 0 | 0.12 | 0.95 | 0.19 | 52.69 | 0.91 | 0.43 |
| Hex | CF | B7 | A | 0 | C | 5F | 13 | 35 | 5B | 2B |
| Octal | 317 | 267 | 12 | 0 | 14 | 137 | 23 | 65 | 133 | 53 |
| Binary | 11001111 | 10110111 | 1010 | 0 | 1100 | 1011111 | 10011 | 110101 | 1011011 | 101011 |
Color Harmonies of #CFB70A
Complementary color
Monochromatic Colors of #CFB70A
Black with #CFB70A
Text Example
Text Example
White with #CFB70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB70A; }
p { color: rgb(207,183,10); }
H1.HeaderClassName
{
color: #CFB70A;
}
.AnyTagClassName
{
color: #CFB70A;
}
</style>
background-color css
<style>
a { background-color: #CFB70A; }
a { background-color: rgb(207,183,10); }
div.DivClassName
{
background-color: #CFB70A;
}
.BgClassName
{
background-color: #CFB70A;
}
</style>
border-color css
<style>
span { border-color: #CFB70A; }
span { border-color: rgb(207,183,10); }
td.TdClassName
{
border-color: #CFB70A;
}
.TagClassName
{
border-color: #CFB70A;
}
</style>