Shades of Bird Flower #CCC305
Tints of Bird Flower #CCC305
RGB
CMYK
RGB Variations
Color information
#CCC305 (or 0xCCC305) is known color: Bird Flower. HEX triplet: CC, C3 and 05. RGB value is (204,195,5). Sum of RGB (Red+Green+Blue) = 204+195+5=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC305 is #333CFA. Grayscale: #B0B0B0. Windows color (decimal): -3357947 or 377804. OLE color: 377804.
HSL color Cylindrical-coordinate representation of color #CCC305: hue angle of 57.29º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCC305 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 5 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.2 |
| HSL | 57.29º | 0.95% | 0.41% | - |
| HSV(B) | 57.29º | 0.98% | 0.8% | - |
| XYZ | 44.44 | 51.88 | 7.81 | - |
| YUV | 176.03 | 31.48 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 5 | 0 | 0.04 | 0.98 | 0.2 | 57.29 | 0.95 | 0.41 |
| Hex | CC | C3 | 5 | 0 | 4 | 62 | 14 | 39 | 5F | 29 |
| Octal | 314 | 303 | 5 | 0 | 4 | 142 | 24 | 71 | 137 | 51 |
| Binary | 11001100 | 11000011 | 101 | 0 | 100 | 1100010 | 10100 | 111001 | 1011111 | 101001 |
Color Harmonies of #CCC305
Complementary color
Monochromatic Colors of #CCC305
Black with #CCC305
Text Example
Text Example
White with #CCC305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC305; }
p { color: rgb(204,195,5); }
H1.HeaderClassName
{
color: #CCC305;
}
.AnyTagClassName
{
color: #CCC305;
}
</style>
background-color css
<style>
a { background-color: #CCC305; }
a { background-color: rgb(204,195,5); }
div.DivClassName
{
background-color: #CCC305;
}
.BgClassName
{
background-color: #CCC305;
}
</style>
border-color css
<style>
span { border-color: #CCC305; }
span { border-color: rgb(204,195,5); }
td.TdClassName
{
border-color: #CCC305;
}
.TagClassName
{
border-color: #CCC305;
}
</style>