Shades of Bird Flower #CFCD06
Tints of Bird Flower #CFCD06
RGB
CMYK
RGB Variations
Color information
#CFCD06 (or 0xCFCD06) is known color: Bird Flower. HEX triplet: CF, CD and 06. RGB value is (207,205,6). Sum of RGB (Red+Green+Blue) = 207+205+6=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 6 (2.73% from 255 or 1.44% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCD06 is #3032F9. Grayscale: #B7B7B7. Windows color (decimal): -3158778 or 445903. OLE color: 445903.
HSL color Cylindrical-coordinate representation of color #CFCD06: hue angle of 59.4º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFCD06 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 6 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.19 |
| HSL | 59.4º | 0.94% | 0.42% | - |
| HSV(B) | 59.4º | 0.97% | 0.81% | - |
| XYZ | 47.6 | 56.94 | 8.65 | - |
| YUV | 182.91 | 28.16 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 6 | 0 | 0.01 | 0.97 | 0.19 | 59.4 | 0.94 | 0.42 |
| Hex | CF | CD | 6 | 0 | 1 | 61 | 13 | 3B | 5E | 2A |
| Octal | 317 | 315 | 6 | 0 | 1 | 141 | 23 | 73 | 136 | 52 |
| Binary | 11001111 | 11001101 | 110 | 0 | 1 | 1100001 | 10011 | 111011 | 1011110 | 101010 |
Color Harmonies of #CFCD06
Complementary color
Monochromatic Colors of #CFCD06
Black with #CFCD06
Text Example
Text Example
White with #CFCD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD06; }
p { color: rgb(207,205,6); }
H1.HeaderClassName
{
color: #CFCD06;
}
.AnyTagClassName
{
color: #CFCD06;
}
</style>
background-color css
<style>
a { background-color: #CFCD06; }
a { background-color: rgb(207,205,6); }
div.DivClassName
{
background-color: #CFCD06;
}
.BgClassName
{
background-color: #CFCD06;
}
</style>
border-color css
<style>
span { border-color: #CFCD06; }
span { border-color: rgb(207,205,6); }
td.TdClassName
{
border-color: #CFCD06;
}
.TagClassName
{
border-color: #CFCD06;
}
</style>