Shades of Bird Flower #CFC310
Tints of Bird Flower #CFC310
RGB
CMYK
RGB Variations
Color information
#CFC310 (or 0xCFC310) is known color: Bird Flower. HEX triplet: CF, C3 and 10. RGB value is (207,195,16). Sum of RGB (Red+Green+Blue) = 207+195+16=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC310 is #303CEF. Grayscale: #B2B2B2. Windows color (decimal): -3161328 or 1098703. OLE color: 1098703.
HSL color Cylindrical-coordinate representation of color #CFC310: hue angle of 56.23º 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 #CFC310 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 16 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.19 |
| HSL | 56.23º | 0.86% | 0.44% | - |
| HSV(B) | 56.23º | 0.92% | 0.81% | - |
| XYZ | 45.34 | 52.33 | 8.2 | - |
| YUV | 178.18 | 36.48 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 16 | 0 | 0.06 | 0.92 | 0.19 | 56.23 | 0.86 | 0.44 |
| Hex | CF | C3 | 10 | 0 | 6 | 5C | 13 | 38 | 56 | 2C |
| Octal | 317 | 303 | 20 | 0 | 6 | 134 | 23 | 70 | 126 | 54 |
| Binary | 11001111 | 11000011 | 10000 | 0 | 110 | 1011100 | 10011 | 111000 | 1010110 | 101100 |
Color Harmonies of #CFC310
Complementary color
Monochromatic Colors of #CFC310
Black with #CFC310
Text Example
Text Example
White with #CFC310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC310; }
p { color: rgb(207,195,16); }
H1.HeaderClassName
{
color: #CFC310;
}
.AnyTagClassName
{
color: #CFC310;
}
</style>
background-color css
<style>
a { background-color: #CFC310; }
a { background-color: rgb(207,195,16); }
div.DivClassName
{
background-color: #CFC310;
}
.BgClassName
{
background-color: #CFC310;
}
</style>
border-color css
<style>
span { border-color: #CFC310; }
span { border-color: rgb(207,195,16); }
td.TdClassName
{
border-color: #CFC310;
}
.TagClassName
{
border-color: #CFC310;
}
</style>