Shades of Bird Flower #CFC608
Tints of Bird Flower #CFC608
RGB
CMYK
RGB Variations
Color information
#CFC608 (or 0xCFC608) is known color: Bird Flower. HEX triplet: CF, C6 and 08. RGB value is (207,198,8). Sum of RGB (Red+Green+Blue) = 207+198+8=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 8 (3.52% from 255 or 1.94% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC608 is #3039F7. Grayscale: #B3B3B3. Windows color (decimal): -3160568 or 575183. OLE color: 575183.
HSL color Cylindrical-coordinate representation of color #CFC608: hue angle of 57.29º degrees, saturation: 0.93, 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 #CFC608 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 8 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.19 |
| HSL | 57.29º | 0.93% | 0.42% | - |
| HSV(B) | 57.29º | 0.96% | 0.81% | - |
| XYZ | 45.97 | 53.67 | 8.17 | - |
| YUV | 179.03 | 31.48 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 8 | 0 | 0.04 | 0.96 | 0.19 | 57.29 | 0.93 | 0.42 |
| Hex | CF | C6 | 8 | 0 | 4 | 60 | 13 | 39 | 5D | 2A |
| Octal | 317 | 306 | 10 | 0 | 4 | 140 | 23 | 71 | 135 | 52 |
| Binary | 11001111 | 11000110 | 1000 | 0 | 100 | 1100000 | 10011 | 111001 | 1011101 | 101010 |
Color Harmonies of #CFC608
Complementary color
Monochromatic Colors of #CFC608
Black with #CFC608
Text Example
Text Example
White with #CFC608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC608; }
p { color: rgb(207,198,8); }
H1.HeaderClassName
{
color: #CFC608;
}
.AnyTagClassName
{
color: #CFC608;
}
</style>
background-color css
<style>
a { background-color: #CFC608; }
a { background-color: rgb(207,198,8); }
div.DivClassName
{
background-color: #CFC608;
}
.BgClassName
{
background-color: #CFC608;
}
</style>
border-color css
<style>
span { border-color: #CFC608; }
span { border-color: rgb(207,198,8); }
td.TdClassName
{
border-color: #CFC608;
}
.TagClassName
{
border-color: #CFC608;
}
</style>