Shades of Bird Flower #CFC311
Tints of Bird Flower #CFC311
RGB
CMYK
RGB Variations
Color information
#CFC311 (or 0xCFC311) is known color: Bird Flower. HEX triplet: CF, C3 and 11. RGB value is (207,195,17). Sum of RGB (Red+Green+Blue) = 207+195+17=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC311 is #303CEE. Grayscale: #B3B3B3. Windows color (decimal): -3161327 or 1164239. OLE color: 1164239.
HSL color Cylindrical-coordinate representation of color #CFC311: hue angle of 56.21º degrees, saturation: 0.85, 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 #CFC311 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 17 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.19 |
| HSL | 56.21º | 0.85% | 0.44% | - |
| HSV(B) | 56.21º | 0.92% | 0.81% | - |
| XYZ | 45.35 | 52.34 | 8.24 | - |
| YUV | 178.3 | 36.98 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 17 | 0 | 0.06 | 0.92 | 0.19 | 56.21 | 0.85 | 0.44 |
| Hex | CF | C3 | 11 | 0 | 6 | 5C | 13 | 38 | 55 | 2C |
| Octal | 317 | 303 | 21 | 0 | 6 | 134 | 23 | 70 | 125 | 54 |
| Binary | 11001111 | 11000011 | 10001 | 0 | 110 | 1011100 | 10011 | 111000 | 1010101 | 101100 |
Color Harmonies of #CFC311
Complementary color
Monochromatic Colors of #CFC311
Black with #CFC311
Text Example
Text Example
White with #CFC311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC311; }
p { color: rgb(207,195,17); }
H1.HeaderClassName
{
color: #CFC311;
}
.AnyTagClassName
{
color: #CFC311;
}
</style>
background-color css
<style>
a { background-color: #CFC311; }
a { background-color: rgb(207,195,17); }
div.DivClassName
{
background-color: #CFC311;
}
.BgClassName
{
background-color: #CFC311;
}
</style>
border-color css
<style>
span { border-color: #CFC311; }
span { border-color: rgb(207,195,17); }
td.TdClassName
{
border-color: #CFC311;
}
.TagClassName
{
border-color: #CFC311;
}
</style>