Shades of Bird Flower #CCCF07
Tints of Bird Flower #CCCF07
RGB
CMYK
RGB Variations
Color information
#CCCF07 (or 0xCCCF07) is known color: Bird Flower. HEX triplet: CC, CF and 07. RGB value is (204,207,7). Sum of RGB (Red+Green+Blue) = 204+207+7=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 7 (3.12% from 255 or 1.67% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCF07 is #3330F8. Grayscale: #B8B8B8. Windows color (decimal): -3354873 or 511948. OLE color: 511948.
HSL color Cylindrical-coordinate representation of color #CCCF07: hue angle of 60.9º degrees, saturation: 0.93, 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 #CCCF07 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 7 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.19 |
| HSL | 60.9º | 0.93% | 0.42% | - |
| HSV(B) | 60.9º | 0.97% | 0.81% | - |
| XYZ | 47.25 | 57.48 | 8.8 | - |
| YUV | 183.3 | 28.51 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 7 | 0.01 | 0 | 0.97 | 0.19 | 60.9 | 0.93 | 0.42 |
| Hex | CC | CF | 7 | 1 | 0 | 61 | 13 | 3D | 5D | 2A |
| Octal | 314 | 317 | 7 | 1 | 0 | 141 | 23 | 75 | 135 | 52 |
| Binary | 11001100 | 11001111 | 111 | 1 | 0 | 1100001 | 10011 | 111101 | 1011101 | 101010 |
Color Harmonies of #CCCF07
Complementary color
Monochromatic Colors of #CCCF07
Black with #CCCF07
Text Example
Text Example
White with #CCCF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF07; }
p { color: rgb(204,207,7); }
H1.HeaderClassName
{
color: #CCCF07;
}
.AnyTagClassName
{
color: #CCCF07;
}
</style>
background-color css
<style>
a { background-color: #CCCF07; }
a { background-color: rgb(204,207,7); }
div.DivClassName
{
background-color: #CCCF07;
}
.BgClassName
{
background-color: #CCCF07;
}
</style>
border-color css
<style>
span { border-color: #CCCF07; }
span { border-color: rgb(204,207,7); }
td.TdClassName
{
border-color: #CCCF07;
}
.TagClassName
{
border-color: #CCCF07;
}
</style>