Shades of Bird Flower #CCC914
Tints of Bird Flower #CCC914
RGB
CMYK
RGB Variations
Color information
#CCC914 (or 0xCCC914) is known color: Bird Flower. HEX triplet: CC, C9 and 14. RGB value is (204,201,20). Sum of RGB (Red+Green+Blue) = 204+201+20=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 20 (8.20% from 255 or 4.71% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC914 is #3336EB. Grayscale: #B5B5B5. Windows color (decimal): -3356396 or 1362380. OLE color: 1362380.
HSL color Cylindrical-coordinate representation of color #CCC914: hue angle of 59.02º degrees, saturation: 0.82, 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 #CCC914 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 20 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.2 |
| HSL | 59.02º | 0.82% | 0.44% | - |
| HSV(B) | 59.02º | 0.9% | 0.8% | - |
| XYZ | 45.91 | 54.66 | 8.79 | - |
| YUV | 181.26 | 36.99 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 20 | 0 | 0.01 | 0.90 | 0.2 | 59.02 | 0.82 | 0.44 |
| Hex | CC | C9 | 14 | 0 | 1 | 5A | 14 | 3B | 52 | 2C |
| Octal | 314 | 311 | 24 | 0 | 1 | 132 | 24 | 73 | 122 | 54 |
| Binary | 11001100 | 11001001 | 10100 | 0 | 1 | 1011010 | 10100 | 111011 | 1010010 | 101100 |
Color Harmonies of #CCC914
Complementary color
Monochromatic Colors of #CCC914
Black with #CCC914
Text Example
Text Example
White with #CCC914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC914; }
p { color: rgb(204,201,20); }
H1.HeaderClassName
{
color: #CCC914;
}
.AnyTagClassName
{
color: #CCC914;
}
</style>
background-color css
<style>
a { background-color: #CCC914; }
a { background-color: rgb(204,201,20); }
div.DivClassName
{
background-color: #CCC914;
}
.BgClassName
{
background-color: #CCC914;
}
</style>
border-color css
<style>
span { border-color: #CCC914; }
span { border-color: rgb(204,201,20); }
td.TdClassName
{
border-color: #CCC914;
}
.TagClassName
{
border-color: #CCC914;
}
</style>