Shades of Bird Flower #CFC414
Tints of Bird Flower #CFC414
RGB
CMYK
RGB Variations
Color information
#CFC414 (or 0xCFC414) is known color: Bird Flower. HEX triplet: CF, C4 and 14. RGB value is (207,196,20). Sum of RGB (Red+Green+Blue) = 207+196+20=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC414 is #303BEB. Grayscale: #B3B3B3. Windows color (decimal): -3161068 or 1361103. OLE color: 1361103.
HSL color Cylindrical-coordinate representation of color #CFC414: hue angle of 56.47º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFC414 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 20 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.19 |
| HSL | 56.47º | 0.82% | 0.45% | - |
| HSV(B) | 56.47º | 0.9% | 0.81% | - |
| XYZ | 45.6 | 52.8 | 8.45 | - |
| YUV | 179.23 | 38.14 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 20 | 0 | 0.05 | 0.90 | 0.19 | 56.47 | 0.82 | 0.45 |
| Hex | CF | C4 | 14 | 0 | 5 | 5A | 13 | 38 | 52 | 2D |
| Octal | 317 | 304 | 24 | 0 | 5 | 132 | 23 | 70 | 122 | 55 |
| Binary | 11001111 | 11000100 | 10100 | 0 | 101 | 1011010 | 10011 | 111000 | 1010010 | 101101 |
Color Harmonies of #CFC414
Complementary color
Monochromatic Colors of #CFC414
Black with #CFC414
Text Example
Text Example
White with #CFC414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC414; }
p { color: rgb(207,196,20); }
H1.HeaderClassName
{
color: #CFC414;
}
.AnyTagClassName
{
color: #CFC414;
}
</style>
background-color css
<style>
a { background-color: #CFC414; }
a { background-color: rgb(207,196,20); }
div.DivClassName
{
background-color: #CFC414;
}
.BgClassName
{
background-color: #CFC414;
}
</style>
border-color css
<style>
span { border-color: #CFC414; }
span { border-color: rgb(207,196,20); }
td.TdClassName
{
border-color: #CFC414;
}
.TagClassName
{
border-color: #CFC414;
}
</style>