Shades of Bird Flower #CFB810
Tints of Bird Flower #CFB810
RGB
CMYK
RGB Variations
Color information
#CFB810 (or 0xCFB810) is known color: Bird Flower. HEX triplet: CF, B8 and 10. RGB value is (207,184,16). Sum of RGB (Red+Green+Blue) = 207+184+16=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB810 is #3047EF. Grayscale: #ACACAC. Windows color (decimal): -3164144 or 1095887. OLE color: 1095887.
HSL color Cylindrical-coordinate representation of color #CFB810: hue angle of 52.77º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFB810 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 16 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.19 |
| HSL | 52.77º | 0.86% | 0.44% | - |
| HSV(B) | 52.77º | 0.92% | 0.81% | - |
| XYZ | 42.97 | 47.58 | 7.41 | - |
| YUV | 171.73 | 40.12 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 16 | 0 | 0.11 | 0.92 | 0.19 | 52.77 | 0.86 | 0.44 |
| Hex | CF | B8 | 10 | 0 | B | 5C | 13 | 35 | 56 | 2C |
| Octal | 317 | 270 | 20 | 0 | 13 | 134 | 23 | 65 | 126 | 54 |
| Binary | 11001111 | 10111000 | 10000 | 0 | 1011 | 1011100 | 10011 | 110101 | 1010110 | 101100 |
Color Harmonies of #CFB810
Complementary color
Monochromatic Colors of #CFB810
Black with #CFB810
Text Example
Text Example
White with #CFB810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB810; }
p { color: rgb(207,184,16); }
H1.HeaderClassName
{
color: #CFB810;
}
.AnyTagClassName
{
color: #CFB810;
}
</style>
background-color css
<style>
a { background-color: #CFB810; }
a { background-color: rgb(207,184,16); }
div.DivClassName
{
background-color: #CFB810;
}
.BgClassName
{
background-color: #CFB810;
}
</style>
border-color css
<style>
span { border-color: #CFB810; }
span { border-color: rgb(207,184,16); }
td.TdClassName
{
border-color: #CFB810;
}
.TagClassName
{
border-color: #CFB810;
}
</style>