Shades of Bird Flower #CFB10C
Tints of Bird Flower #CFB10C
RGB
CMYK
RGB Variations
Color information
#CFB10C (or 0xCFB10C) is known color: Bird Flower. HEX triplet: CF, B1 and 0C. RGB value is (207,177,12). Sum of RGB (Red+Green+Blue) = 207+177+12=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB10C is #304EF3. Grayscale: #A7A7A7. Windows color (decimal): -3165940 or 831951. OLE color: 831951.
HSL color Cylindrical-coordinate representation of color #CFB10C: hue angle of 50.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFB10C is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 12 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.19 |
| HSL | 50.77º | 0.89% | 0.43% | - |
| HSV(B) | 50.77º | 0.94% | 0.81% | - |
| XYZ | 41.52 | 44.74 | 6.79 | - |
| YUV | 167.16 | 40.44 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 12 | 0 | 0.14 | 0.94 | 0.19 | 50.77 | 0.89 | 0.43 |
| Hex | CF | B1 | C | 0 | E | 5E | 13 | 33 | 59 | 2B |
| Octal | 317 | 261 | 14 | 0 | 16 | 136 | 23 | 63 | 131 | 53 |
| Binary | 11001111 | 10110001 | 1100 | 0 | 1110 | 1011110 | 10011 | 110011 | 1011001 | 101011 |
Color Harmonies of #CFB10C
Complementary color
Monochromatic Colors of #CFB10C
Black with #CFB10C
Text Example
Text Example
White with #CFB10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB10C; }
p { color: rgb(207,177,12); }
H1.HeaderClassName
{
color: #CFB10C;
}
.AnyTagClassName
{
color: #CFB10C;
}
</style>
background-color css
<style>
a { background-color: #CFB10C; }
a { background-color: rgb(207,177,12); }
div.DivClassName
{
background-color: #CFB10C;
}
.BgClassName
{
background-color: #CFB10C;
}
</style>
border-color css
<style>
span { border-color: #CFB10C; }
span { border-color: rgb(207,177,12); }
td.TdClassName
{
border-color: #CFB10C;
}
.TagClassName
{
border-color: #CFB10C;
}
</style>