Shades of Bird Flower #CFDC0A
Tints of Bird Flower #CFDC0A
RGB
CMYK
RGB Variations
Color information
#CFDC0A (or 0xCFDC0A) is known color: Bird Flower. HEX triplet: CF, DC and 0A. RGB value is (207,220,10). Sum of RGB (Red+Green+Blue) = 207+220+10=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 10 (4.30% from 255 or 2.29% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDC0A is #3023F5. Grayscale: #C0C0C0. Windows color (decimal): -3154934 or 711887. OLE color: 711887.
HSL color Cylindrical-coordinate representation of color #CFDC0A: hue angle of 63.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFDC0A is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 10 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.14 |
| HSL | 63.71º | 0.91% | 0.45% | - |
| HSV(B) | 63.71º | 0.95% | 0.86% | - |
| XYZ | 51.38 | 64.47 | 10.02 | - |
| YUV | 192.17 | 25.19 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 10 | 0.06 | 0 | 0.95 | 0.14 | 63.71 | 0.91 | 0.45 |
| Hex | CF | DC | A | 6 | 0 | 5F | E | 40 | 5B | 2D |
| Octal | 317 | 334 | 12 | 6 | 0 | 137 | 16 | 100 | 133 | 55 |
| Binary | 11001111 | 11011100 | 1010 | 110 | 0 | 1011111 | 1110 | 1000000 | 1011011 | 101101 |
Color Harmonies of #CFDC0A
Complementary color
Monochromatic Colors of #CFDC0A
Black with #CFDC0A
Text Example
Text Example
White with #CFDC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC0A; }
p { color: rgb(207,220,10); }
H1.HeaderClassName
{
color: #CFDC0A;
}
.AnyTagClassName
{
color: #CFDC0A;
}
</style>
background-color css
<style>
a { background-color: #CFDC0A; }
a { background-color: rgb(207,220,10); }
div.DivClassName
{
background-color: #CFDC0A;
}
.BgClassName
{
background-color: #CFDC0A;
}
</style>
border-color css
<style>
span { border-color: #CFDC0A; }
span { border-color: rgb(207,220,10); }
td.TdClassName
{
border-color: #CFDC0A;
}
.TagClassName
{
border-color: #CFDC0A;
}
</style>