Shades of Bird Flower #CFCC06
Tints of Bird Flower #CFCC06
RGB
CMYK
RGB Variations
Color information
#CFCC06 (or 0xCFCC06) is known color: Bird Flower. HEX triplet: CF, CC and 06. RGB value is (207,204,6). Sum of RGB (Red+Green+Blue) = 207+204+6=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 6 (2.73% from 255 or 1.44% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCC06 is #3033F9. Grayscale: #B7B7B7. Windows color (decimal): -3159034 or 445647. OLE color: 445647.
HSL color Cylindrical-coordinate representation of color #CFCC06: hue angle of 59.1º 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 #CFCC06 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 6 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.19 |
| HSL | 59.1º | 0.94% | 0.42% | - |
| HSV(B) | 59.1º | 0.97% | 0.81% | - |
| XYZ | 47.36 | 56.46 | 8.57 | - |
| YUV | 182.33 | 28.49 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 6 | 0 | 0.01 | 0.97 | 0.19 | 59.1 | 0.94 | 0.42 |
| Hex | CF | CC | 6 | 0 | 1 | 61 | 13 | 3B | 5E | 2A |
| Octal | 317 | 314 | 6 | 0 | 1 | 141 | 23 | 73 | 136 | 52 |
| Binary | 11001111 | 11001100 | 110 | 0 | 1 | 1100001 | 10011 | 111011 | 1011110 | 101010 |
Color Harmonies of #CFCC06
Complementary color
Monochromatic Colors of #CFCC06
Black with #CFCC06
Text Example
Text Example
White with #CFCC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC06; }
p { color: rgb(207,204,6); }
H1.HeaderClassName
{
color: #CFCC06;
}
.AnyTagClassName
{
color: #CFCC06;
}
</style>
background-color css
<style>
a { background-color: #CFCC06; }
a { background-color: rgb(207,204,6); }
div.DivClassName
{
background-color: #CFCC06;
}
.BgClassName
{
background-color: #CFCC06;
}
</style>
border-color css
<style>
span { border-color: #CFCC06; }
span { border-color: rgb(207,204,6); }
td.TdClassName
{
border-color: #CFCC06;
}
.TagClassName
{
border-color: #CFCC06;
}
</style>