Shades of Bird Flower #CFCC11
Tints of Bird Flower #CFCC11
RGB
CMYK
RGB Variations
Color information
#CFCC11 (or 0xCFCC11) is known color: Bird Flower. HEX triplet: CF, CC and 11. RGB value is (207,204,17). Sum of RGB (Red+Green+Blue) = 207+204+17=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCC11 is #3033EE. Grayscale: #B8B8B8. Windows color (decimal): -3159023 or 1166543. OLE color: 1166543.
HSL color Cylindrical-coordinate representation of color #CFCC11: hue angle of 59.05º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFCC11 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 17 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.19 |
| HSL | 59.05º | 0.85% | 0.44% | - |
| HSV(B) | 59.05º | 0.92% | 0.81% | - |
| XYZ | 47.43 | 56.49 | 8.93 | - |
| YUV | 183.58 | 33.99 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 17 | 0 | 0.01 | 0.92 | 0.19 | 59.05 | 0.85 | 0.44 |
| Hex | CF | CC | 11 | 0 | 1 | 5C | 13 | 3B | 55 | 2C |
| Octal | 317 | 314 | 21 | 0 | 1 | 134 | 23 | 73 | 125 | 54 |
| Binary | 11001111 | 11001100 | 10001 | 0 | 1 | 1011100 | 10011 | 111011 | 1010101 | 101100 |
Color Harmonies of #CFCC11
Complementary color
Monochromatic Colors of #CFCC11
Black with #CFCC11
Text Example
Text Example
White with #CFCC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC11; }
p { color: rgb(207,204,17); }
H1.HeaderClassName
{
color: #CFCC11;
}
.AnyTagClassName
{
color: #CFCC11;
}
</style>
background-color css
<style>
a { background-color: #CFCC11; }
a { background-color: rgb(207,204,17); }
div.DivClassName
{
background-color: #CFCC11;
}
.BgClassName
{
background-color: #CFCC11;
}
</style>
border-color css
<style>
span { border-color: #CFCC11; }
span { border-color: rgb(207,204,17); }
td.TdClassName
{
border-color: #CFCC11;
}
.TagClassName
{
border-color: #CFCC11;
}
</style>