Shades of Bird Flower #CFC11C
Tints of Bird Flower #CFC11C
RGB
CMYK
RGB Variations
Color information
#CFC11C (or 0xCFC11C) is known color: Bird Flower. HEX triplet: CF, C1 and 1C. RGB value is (207,193,28). Sum of RGB (Red+Green+Blue) = 207+193+28=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC11C is #303EE3. Grayscale: #B3B3B3. Windows color (decimal): -3161828 or 1884623. OLE color: 1884623.
HSL color Cylindrical-coordinate representation of color #CFC11C: hue angle of 55.31º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFC11C is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 28 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.19 |
| HSL | 55.31º | 0.76% | 0.46% | - |
| HSV(B) | 55.31º | 0.86% | 0.81% | - |
| XYZ | 45.01 | 51.49 | 8.66 | - |
| YUV | 178.38 | 43.14 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 28 | 0 | 0.07 | 0.86 | 0.19 | 55.31 | 0.76 | 0.46 |
| Hex | CF | C1 | 1C | 0 | 7 | 56 | 13 | 37 | 4C | 2E |
| Octal | 317 | 301 | 34 | 0 | 7 | 126 | 23 | 67 | 114 | 56 |
| Binary | 11001111 | 11000001 | 11100 | 0 | 111 | 1010110 | 10011 | 110111 | 1001100 | 101110 |
Color Harmonies of #CFC11C
Complementary color
Monochromatic Colors of #CFC11C
Black with #CFC11C
Text Example
Text Example
White with #CFC11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC11C; }
p { color: rgb(207,193,28); }
H1.HeaderClassName
{
color: #CFC11C;
}
.AnyTagClassName
{
color: #CFC11C;
}
</style>
background-color css
<style>
a { background-color: #CFC11C; }
a { background-color: rgb(207,193,28); }
div.DivClassName
{
background-color: #CFC11C;
}
.BgClassName
{
background-color: #CFC11C;
}
</style>
border-color css
<style>
span { border-color: #CFC11C; }
span { border-color: rgb(207,193,28); }
td.TdClassName
{
border-color: #CFC11C;
}
.TagClassName
{
border-color: #CFC11C;
}
</style>