Shades of Bird Flower #CCCF0A
Tints of Bird Flower #CCCF0A
RGB
CMYK
RGB Variations
Color information
#CCCF0A (or 0xCCCF0A) is known color: Bird Flower. HEX triplet: CC, CF and 0A. RGB value is (204,207,10). Sum of RGB (Red+Green+Blue) = 204+207+10=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 10 (4.30% from 255 or 2.38% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCF0A is #3330F5. Grayscale: #B8B8B8. Windows color (decimal): -3354870 or 708556. OLE color: 708556.
HSL color Cylindrical-coordinate representation of color #CCCF0A: hue angle of 60.91º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCCF0A is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 10 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.19 |
| HSL | 60.91º | 0.91% | 0.43% | - |
| HSV(B) | 60.91º | 0.95% | 0.81% | - |
| XYZ | 47.27 | 57.48 | 8.89 | - |
| YUV | 183.65 | 30.01 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 10 | 0.01 | 0 | 0.95 | 0.19 | 60.91 | 0.91 | 0.43 |
| Hex | CC | CF | A | 1 | 0 | 5F | 13 | 3D | 5B | 2B |
| Octal | 314 | 317 | 12 | 1 | 0 | 137 | 23 | 75 | 133 | 53 |
| Binary | 11001100 | 11001111 | 1010 | 1 | 0 | 1011111 | 10011 | 111101 | 1011011 | 101011 |
Color Harmonies of #CCCF0A
Complementary color
Monochromatic Colors of #CCCF0A
Black with #CCCF0A
Text Example
Text Example
White with #CCCF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF0A; }
p { color: rgb(204,207,10); }
H1.HeaderClassName
{
color: #CCCF0A;
}
.AnyTagClassName
{
color: #CCCF0A;
}
</style>
background-color css
<style>
a { background-color: #CCCF0A; }
a { background-color: rgb(204,207,10); }
div.DivClassName
{
background-color: #CCCF0A;
}
.BgClassName
{
background-color: #CCCF0A;
}
</style>
border-color css
<style>
span { border-color: #CCCF0A; }
span { border-color: rgb(204,207,10); }
td.TdClassName
{
border-color: #CCCF0A;
}
.TagClassName
{
border-color: #CCCF0A;
}
</style>