Shades of Bird Flower #CCC41B
Tints of Bird Flower #CCC41B
RGB
CMYK
RGB Variations
Color information
#CCC41B (or 0xCCC41B) is known color: Bird Flower. HEX triplet: CC, C4 and 1B. RGB value is (204,196,27). Sum of RGB (Red+Green+Blue) = 204+196+27=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 27 (10.94% from 255 or 6.32% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC41B is #333BE4. Grayscale: #B3B3B3. Windows color (decimal): -3357669 or 1819852. OLE color: 1819852.
HSL color Cylindrical-coordinate representation of color #CCC41B: hue angle of 57.29º 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 #CCC41B is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 27 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.2 |
| HSL | 57.29º | 0.77% | 0.45% | - |
| HSV(B) | 57.29º | 0.87% | 0.8% | - |
| XYZ | 44.84 | 52.4 | 8.79 | - |
| YUV | 179.13 | 42.15 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 27 | 0 | 0.04 | 0.87 | 0.2 | 57.29 | 0.77 | 0.45 |
| Hex | CC | C4 | 1B | 0 | 4 | 57 | 14 | 39 | 4D | 2D |
| Octal | 314 | 304 | 33 | 0 | 4 | 127 | 24 | 71 | 115 | 55 |
| Binary | 11001100 | 11000100 | 11011 | 0 | 100 | 1010111 | 10100 | 111001 | 1001101 | 101101 |
Color Harmonies of #CCC41B
Complementary color
Monochromatic Colors of #CCC41B
Black with #CCC41B
Text Example
Text Example
White with #CCC41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC41B; }
p { color: rgb(204,196,27); }
H1.HeaderClassName
{
color: #CCC41B;
}
.AnyTagClassName
{
color: #CCC41B;
}
</style>
background-color css
<style>
a { background-color: #CCC41B; }
a { background-color: rgb(204,196,27); }
div.DivClassName
{
background-color: #CCC41B;
}
.BgClassName
{
background-color: #CCC41B;
}
</style>
border-color css
<style>
span { border-color: #CCC41B; }
span { border-color: rgb(204,196,27); }
td.TdClassName
{
border-color: #CCC41B;
}
.TagClassName
{
border-color: #CCC41B;
}
</style>