Shades of Bird Flower #CCCC0A
Tints of Bird Flower #CCCC0A
RGB
CMYK
RGB Variations
Color information
#CCCC0A (or 0xCCCC0A) is known color: Bird Flower. HEX triplet: CC, CC and 0A. RGB value is (204,204,10). Sum of RGB (Red+Green+Blue) = 204+204+10=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 10 (4.30% from 255 or 2.39% from 418); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC0A is #3333F5. Grayscale: #B6B6B6. Windows color (decimal): -3355638 or 707788. OLE color: 707788.
HSL color Cylindrical-coordinate representation of color #CCCC0A: hue angle of 60º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCCC0A is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 10 | - |
| CMYK | 0 | 0 | 0.95 | 0.2 |
| HSL | 60º | 0.91% | 0.42% | - |
| HSV(B) | 60º | 0.95% | 0.8% | - |
| XYZ | 46.55 | 56.05 | 8.65 | - |
| YUV | 181.88 | 31 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 10 | 0 | 0 | 0.95 | 0.2 | 60 | 0.91 | 0.42 |
| Hex | CC | CC | A | 0 | 0 | 5F | 14 | 3C | 5B | 2A |
| Octal | 314 | 314 | 12 | 0 | 0 | 137 | 24 | 74 | 133 | 52 |
| Binary | 11001100 | 11001100 | 1010 | 0 | 0 | 1011111 | 10100 | 111100 | 1011011 | 101010 |
Color Harmonies of #CCCC0A
Complementary color
Monochromatic Colors of #CCCC0A
Black with #CCCC0A
Text Example
Text Example
White with #CCCC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC0A; }
p { color: rgb(204,204,10); }
H1.HeaderClassName
{
color: #CCCC0A;
}
.AnyTagClassName
{
color: #CCCC0A;
}
</style>
background-color css
<style>
a { background-color: #CCCC0A; }
a { background-color: rgb(204,204,10); }
div.DivClassName
{
background-color: #CCCC0A;
}
.BgClassName
{
background-color: #CCCC0A;
}
</style>
border-color css
<style>
span { border-color: #CCCC0A; }
span { border-color: rgb(204,204,10); }
td.TdClassName
{
border-color: #CCCC0A;
}
.TagClassName
{
border-color: #CCCC0A;
}
</style>