Shades of Bird Flower #CCC915
Tints of Bird Flower #CCC915
RGB
CMYK
RGB Variations
Color information
#CCC915 (or 0xCCC915) is known color: Bird Flower. HEX triplet: CC, C9 and 15. RGB value is (204,201,21). Sum of RGB (Red+Green+Blue) = 204+201+21=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC915 is #3336EA. Grayscale: #B6B6B6. Windows color (decimal): -3356395 or 1427916. OLE color: 1427916.
HSL color Cylindrical-coordinate representation of color #CCC915: hue angle of 59.02º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCC915 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 21 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.2 |
| HSL | 59.02º | 0.81% | 0.44% | - |
| HSV(B) | 59.02º | 0.9% | 0.8% | - |
| XYZ | 45.92 | 54.66 | 8.84 | - |
| YUV | 181.38 | 37.49 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 21 | 0 | 0.01 | 0.90 | 0.2 | 59.02 | 0.81 | 0.44 |
| Hex | CC | C9 | 15 | 0 | 1 | 5A | 14 | 3B | 51 | 2C |
| Octal | 314 | 311 | 25 | 0 | 1 | 132 | 24 | 73 | 121 | 54 |
| Binary | 11001100 | 11001001 | 10101 | 0 | 1 | 1011010 | 10100 | 111011 | 1010001 | 101100 |
Color Harmonies of #CCC915
Complementary color
Monochromatic Colors of #CCC915
Black with #CCC915
Text Example
Text Example
White with #CCC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC915; }
p { color: rgb(204,201,21); }
H1.HeaderClassName
{
color: #CCC915;
}
.AnyTagClassName
{
color: #CCC915;
}
</style>
background-color css
<style>
a { background-color: #CCC915; }
a { background-color: rgb(204,201,21); }
div.DivClassName
{
background-color: #CCC915;
}
.BgClassName
{
background-color: #CCC915;
}
</style>
border-color css
<style>
span { border-color: #CCC915; }
span { border-color: rgb(204,201,21); }
td.TdClassName
{
border-color: #CCC915;
}
.TagClassName
{
border-color: #CCC915;
}
</style>