Shades of Bird Flower #CFC409
Tints of Bird Flower #CFC409
RGB
CMYK
RGB Variations
Color information
#CFC409 (or 0xCFC409) is known color: Bird Flower. HEX triplet: CF, C4 and 09. RGB value is (207,196,9). Sum of RGB (Red+Green+Blue) = 207+196+9=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 9 (3.91% from 255 or 2.18% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC409 is #303BF6. Grayscale: #B2B2B2. Windows color (decimal): -3161079 or 640207. OLE color: 640207.
HSL color Cylindrical-coordinate representation of color #CFC409: hue angle of 56.67º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFC409 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 9 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.19 |
| HSL | 56.67º | 0.92% | 0.42% | - |
| HSV(B) | 56.67º | 0.96% | 0.81% | - |
| XYZ | 45.52 | 52.76 | 8.04 | - |
| YUV | 177.97 | 32.64 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 9 | 0 | 0.05 | 0.96 | 0.19 | 56.67 | 0.92 | 0.42 |
| Hex | CF | C4 | 9 | 0 | 5 | 60 | 13 | 39 | 5C | 2A |
| Octal | 317 | 304 | 11 | 0 | 5 | 140 | 23 | 71 | 134 | 52 |
| Binary | 11001111 | 11000100 | 1001 | 0 | 101 | 1100000 | 10011 | 111001 | 1011100 | 101010 |
Color Harmonies of #CFC409
Complementary color
Monochromatic Colors of #CFC409
Black with #CFC409
Text Example
Text Example
White with #CFC409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC409; }
p { color: rgb(207,196,9); }
H1.HeaderClassName
{
color: #CFC409;
}
.AnyTagClassName
{
color: #CFC409;
}
</style>
background-color css
<style>
a { background-color: #CFC409; }
a { background-color: rgb(207,196,9); }
div.DivClassName
{
background-color: #CFC409;
}
.BgClassName
{
background-color: #CFC409;
}
</style>
border-color css
<style>
span { border-color: #CFC409; }
span { border-color: rgb(207,196,9); }
td.TdClassName
{
border-color: #CFC409;
}
.TagClassName
{
border-color: #CFC409;
}
</style>