Shades of Bird Flower #CCC31B
Tints of Bird Flower #CCC31B
RGB
CMYK
RGB Variations
Color information
#CCC31B (or 0xCCC31B) is known color: Bird Flower. HEX triplet: CC, C3 and 1B. RGB value is (204,195,27). Sum of RGB (Red+Green+Blue) = 204+195+27=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC31B is #333CE4. Grayscale: #B3B3B3. Windows color (decimal): -3357925 or 1819596. OLE color: 1819596.
HSL color Cylindrical-coordinate representation of color #CCC31B: hue angle of 56.95º 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 #CCC31B is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 27 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.2 |
| HSL | 56.95º | 0.77% | 0.45% | - |
| HSV(B) | 56.95º | 0.87% | 0.8% | - |
| XYZ | 44.61 | 51.95 | 8.71 | - |
| YUV | 178.54 | 42.48 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 27 | 0 | 0.04 | 0.87 | 0.2 | 56.95 | 0.77 | 0.45 |
| Hex | CC | C3 | 1B | 0 | 4 | 57 | 14 | 39 | 4D | 2D |
| Octal | 314 | 303 | 33 | 0 | 4 | 127 | 24 | 71 | 115 | 55 |
| Binary | 11001100 | 11000011 | 11011 | 0 | 100 | 1010111 | 10100 | 111001 | 1001101 | 101101 |
Color Harmonies of #CCC31B
Complementary color
Monochromatic Colors of #CCC31B
Black with #CCC31B
Text Example
Text Example
White with #CCC31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC31B; }
p { color: rgb(204,195,27); }
H1.HeaderClassName
{
color: #CCC31B;
}
.AnyTagClassName
{
color: #CCC31B;
}
</style>
background-color css
<style>
a { background-color: #CCC31B; }
a { background-color: rgb(204,195,27); }
div.DivClassName
{
background-color: #CCC31B;
}
.BgClassName
{
background-color: #CCC31B;
}
</style>
border-color css
<style>
span { border-color: #CCC31B; }
span { border-color: rgb(204,195,27); }
td.TdClassName
{
border-color: #CCC31B;
}
.TagClassName
{
border-color: #CCC31B;
}
</style>