Shades of Bird Flower #CFD706
Tints of Bird Flower #CFD706
RGB
CMYK
RGB Variations
Color information
#CFD706 (or 0xCFD706) is known color: Bird Flower. HEX triplet: CF, D7 and 06. RGB value is (207,215,6). Sum of RGB (Red+Green+Blue) = 207+215+6=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 6 (2.73% from 255 or 1.40% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD706 is #3028F9. Grayscale: #BDBDBD. Windows color (decimal): -3156218 or 448463. OLE color: 448463.
HSL color Cylindrical-coordinate representation of color #CFD706: hue angle of 62.3º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFD706 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 6 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.16 |
| HSL | 62.3º | 0.95% | 0.43% | - |
| HSV(B) | 62.3º | 0.97% | 0.84% | - |
| XYZ | 50.07 | 61.88 | 9.48 | - |
| YUV | 188.78 | 24.85 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 6 | 0.04 | 0 | 0.97 | 0.16 | 62.3 | 0.95 | 0.43 |
| Hex | CF | D7 | 6 | 4 | 0 | 61 | 10 | 3E | 5F | 2B |
| Octal | 317 | 327 | 6 | 4 | 0 | 141 | 20 | 76 | 137 | 53 |
| Binary | 11001111 | 11010111 | 110 | 100 | 0 | 1100001 | 10000 | 111110 | 1011111 | 101011 |
Color Harmonies of #CFD706
Complementary color
Monochromatic Colors of #CFD706
Black with #CFD706
Text Example
Text Example
White with #CFD706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD706; }
p { color: rgb(207,215,6); }
H1.HeaderClassName
{
color: #CFD706;
}
.AnyTagClassName
{
color: #CFD706;
}
</style>
background-color css
<style>
a { background-color: #CFD706; }
a { background-color: rgb(207,215,6); }
div.DivClassName
{
background-color: #CFD706;
}
.BgClassName
{
background-color: #CFD706;
}
</style>
border-color css
<style>
span { border-color: #CFD706; }
span { border-color: rgb(207,215,6); }
td.TdClassName
{
border-color: #CFD706;
}
.TagClassName
{
border-color: #CFD706;
}
</style>