Shades of Bird Flower #CCC31A
Tints of Bird Flower #CCC31A
RGB
CMYK
RGB Variations
Color information
#CCC31A (or 0xCCC31A) is known color: Bird Flower. HEX triplet: CC, C3 and 1A. RGB value is (204,195,26). Sum of RGB (Red+Green+Blue) = 204+195+26=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 26 (10.55% from 255 or 6.12% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC31A is #333CE5. Grayscale: #B3B3B3. Windows color (decimal): -3357926 or 1754060. OLE color: 1754060.
HSL color Cylindrical-coordinate representation of color #CCC31A: hue angle of 56.97º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCC31A is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 26 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.2 |
| HSL | 56.97º | 0.77% | 0.45% | - |
| HSV(B) | 56.97º | 0.87% | 0.8% | - |
| XYZ | 44.6 | 51.94 | 8.65 | - |
| YUV | 178.43 | 41.98 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 26 | 0 | 0.04 | 0.87 | 0.2 | 56.97 | 0.77 | 0.45 |
| Hex | CC | C3 | 1A | 0 | 4 | 57 | 14 | 39 | 4D | 2D |
| Octal | 314 | 303 | 32 | 0 | 4 | 127 | 24 | 71 | 115 | 55 |
| Binary | 11001100 | 11000011 | 11010 | 0 | 100 | 1010111 | 10100 | 111001 | 1001101 | 101101 |
Color Harmonies of #CCC31A
Complementary color
Monochromatic Colors of #CCC31A
Black with #CCC31A
Text Example
Text Example
White with #CCC31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC31A; }
p { color: rgb(204,195,26); }
H1.HeaderClassName
{
color: #CCC31A;
}
.AnyTagClassName
{
color: #CCC31A;
}
</style>
background-color css
<style>
a { background-color: #CCC31A; }
a { background-color: rgb(204,195,26); }
div.DivClassName
{
background-color: #CCC31A;
}
.BgClassName
{
background-color: #CCC31A;
}
</style>
border-color css
<style>
span { border-color: #CCC31A; }
span { border-color: rgb(204,195,26); }
td.TdClassName
{
border-color: #CCC31A;
}
.TagClassName
{
border-color: #CCC31A;
}
</style>