Shades of Bird Flower #CFB00A
Tints of Bird Flower #CFB00A
RGB
CMYK
RGB Variations
Color information
#CFB00A (or 0xCFB00A) is known color: Bird Flower. HEX triplet: CF, B0 and 0A. RGB value is (207,176,10). Sum of RGB (Red+Green+Blue) = 207+176+10=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB00A is #304FF5. Grayscale: #A7A7A7. Windows color (decimal): -3166198 or 700623. OLE color: 700623.
HSL color Cylindrical-coordinate representation of color #CFB00A: hue angle of 50.56º 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 #CFB00A is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 10 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.19 |
| HSL | 50.56º | 0.91% | 0.43% | - |
| HSV(B) | 50.56º | 0.95% | 0.81% | - |
| XYZ | 41.31 | 44.34 | 6.67 | - |
| YUV | 166.35 | 39.77 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 10 | 0 | 0.15 | 0.95 | 0.19 | 50.56 | 0.91 | 0.43 |
| Hex | CF | B0 | A | 0 | F | 5F | 13 | 33 | 5B | 2B |
| Octal | 317 | 260 | 12 | 0 | 17 | 137 | 23 | 63 | 133 | 53 |
| Binary | 11001111 | 10110000 | 1010 | 0 | 1111 | 1011111 | 10011 | 110011 | 1011011 | 101011 |
Color Harmonies of #CFB00A
Complementary color
Monochromatic Colors of #CFB00A
Black with #CFB00A
Text Example
Text Example
White with #CFB00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB00A; }
p { color: rgb(207,176,10); }
H1.HeaderClassName
{
color: #CFB00A;
}
.AnyTagClassName
{
color: #CFB00A;
}
</style>
background-color css
<style>
a { background-color: #CFB00A; }
a { background-color: rgb(207,176,10); }
div.DivClassName
{
background-color: #CFB00A;
}
.BgClassName
{
background-color: #CFB00A;
}
</style>
border-color css
<style>
span { border-color: #CFB00A; }
span { border-color: rgb(207,176,10); }
td.TdClassName
{
border-color: #CFB00A;
}
.TagClassName
{
border-color: #CFB00A;
}
</style>