Shades of Bird Flower #CCC31C
Tints of Bird Flower #CCC31C
RGB
CMYK
RGB Variations
Color information
#CCC31C (or 0xCCC31C) is known color: Bird Flower. HEX triplet: CC, C3 and 1C. RGB value is (204,195,28). Sum of RGB (Red+Green+Blue) = 204+195+28=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC31C is #333CE3. Grayscale: #B3B3B3. Windows color (decimal): -3357924 or 1885132. OLE color: 1885132.
HSL color Cylindrical-coordinate representation of color #CCC31C: hue angle of 56.93º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCC31C is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 28 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.2 |
| HSL | 56.93º | 0.76% | 0.45% | - |
| HSV(B) | 56.93º | 0.86% | 0.8% | - |
| XYZ | 44.63 | 51.95 | 8.77 | - |
| YUV | 178.65 | 42.98 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 28 | 0 | 0.04 | 0.86 | 0.2 | 56.93 | 0.76 | 0.45 |
| Hex | CC | C3 | 1C | 0 | 4 | 56 | 14 | 39 | 4C | 2D |
| Octal | 314 | 303 | 34 | 0 | 4 | 126 | 24 | 71 | 114 | 55 |
| Binary | 11001100 | 11000011 | 11100 | 0 | 100 | 1010110 | 10100 | 111001 | 1001100 | 101101 |
Color Harmonies of #CCC31C
Complementary color
Monochromatic Colors of #CCC31C
Black with #CCC31C
Text Example
Text Example
White with #CCC31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC31C; }
p { color: rgb(204,195,28); }
H1.HeaderClassName
{
color: #CCC31C;
}
.AnyTagClassName
{
color: #CCC31C;
}
</style>
background-color css
<style>
a { background-color: #CCC31C; }
a { background-color: rgb(204,195,28); }
div.DivClassName
{
background-color: #CCC31C;
}
.BgClassName
{
background-color: #CCC31C;
}
</style>
border-color css
<style>
span { border-color: #CCC31C; }
span { border-color: rgb(204,195,28); }
td.TdClassName
{
border-color: #CCC31C;
}
.TagClassName
{
border-color: #CCC31C;
}
</style>