Shades of Bird Flower #CFC118
Tints of Bird Flower #CFC118
RGB
CMYK
RGB Variations
Color information
#CFC118 (or 0xCFC118) is known color: Bird Flower. HEX triplet: CF, C1 and 18. RGB value is (207,193,24). Sum of RGB (Red+Green+Blue) = 207+193+24=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 24 (9.77% from 255 or 5.66% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC118 is #303EE7. Grayscale: #B2B2B2. Windows color (decimal): -3161832 or 1622479. OLE color: 1622479.
HSL color Cylindrical-coordinate representation of color #CFC118: hue angle of 55.41º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFC118 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 24 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.19 |
| HSL | 55.41º | 0.79% | 0.45% | - |
| HSV(B) | 55.41º | 0.88% | 0.81% | - |
| XYZ | 44.97 | 51.47 | 8.43 | - |
| YUV | 177.92 | 41.14 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 24 | 0 | 0.07 | 0.88 | 0.19 | 55.41 | 0.79 | 0.45 |
| Hex | CF | C1 | 18 | 0 | 7 | 58 | 13 | 37 | 4F | 2D |
| Octal | 317 | 301 | 30 | 0 | 7 | 130 | 23 | 67 | 117 | 55 |
| Binary | 11001111 | 11000001 | 11000 | 0 | 111 | 1011000 | 10011 | 110111 | 1001111 | 101101 |
Color Harmonies of #CFC118
Complementary color
Monochromatic Colors of #CFC118
Black with #CFC118
Text Example
Text Example
White with #CFC118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC118; }
p { color: rgb(207,193,24); }
H1.HeaderClassName
{
color: #CFC118;
}
.AnyTagClassName
{
color: #CFC118;
}
</style>
background-color css
<style>
a { background-color: #CFC118; }
a { background-color: rgb(207,193,24); }
div.DivClassName
{
background-color: #CFC118;
}
.BgClassName
{
background-color: #CFC118;
}
</style>
border-color css
<style>
span { border-color: #CFC118; }
span { border-color: rgb(207,193,24); }
td.TdClassName
{
border-color: #CFC118;
}
.TagClassName
{
border-color: #CFC118;
}
</style>