Shades of Bird Flower #CFCC05
Tints of Bird Flower #CFCC05
RGB
CMYK
RGB Variations
Color information
#CFCC05 (or 0xCFCC05) is known color: Bird Flower. HEX triplet: CF, CC and 05. RGB value is (207,204,5). Sum of RGB (Red+Green+Blue) = 207+204+5=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 5 (2.34% from 255 or 1.20% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCC05 is #3033FA. Grayscale: #B7B7B7. Windows color (decimal): -3159035 or 380111. OLE color: 380111.
HSL color Cylindrical-coordinate representation of color #CFCC05: hue angle of 59.11º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFCC05 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 5 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.19 |
| HSL | 59.11º | 0.95% | 0.42% | - |
| HSV(B) | 59.11º | 0.98% | 0.81% | - |
| XYZ | 47.35 | 56.46 | 8.55 | - |
| YUV | 182.21 | 27.99 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 5 | 0 | 0.01 | 0.98 | 0.19 | 59.11 | 0.95 | 0.42 |
| Hex | CF | CC | 5 | 0 | 1 | 62 | 13 | 3B | 5F | 2A |
| Octal | 317 | 314 | 5 | 0 | 1 | 142 | 23 | 73 | 137 | 52 |
| Binary | 11001111 | 11001100 | 101 | 0 | 1 | 1100010 | 10011 | 111011 | 1011111 | 101010 |
Color Harmonies of #CFCC05
Complementary color
Monochromatic Colors of #CFCC05
Black with #CFCC05
Text Example
Text Example
White with #CFCC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC05; }
p { color: rgb(207,204,5); }
H1.HeaderClassName
{
color: #CFCC05;
}
.AnyTagClassName
{
color: #CFCC05;
}
</style>
background-color css
<style>
a { background-color: #CFCC05; }
a { background-color: rgb(207,204,5); }
div.DivClassName
{
background-color: #CFCC05;
}
.BgClassName
{
background-color: #CFCC05;
}
</style>
border-color css
<style>
span { border-color: #CFCC05; }
span { border-color: rgb(207,204,5); }
td.TdClassName
{
border-color: #CFCC05;
}
.TagClassName
{
border-color: #CFCC05;
}
</style>