Shades of Bird Flower #CCC912
Tints of Bird Flower #CCC912
RGB
CMYK
RGB Variations
Color information
#CCC912 (or 0xCCC912) is known color: Bird Flower. HEX triplet: CC, C9 and 12. RGB value is (204,201,18). Sum of RGB (Red+Green+Blue) = 204+201+18=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC912 is #3336ED. Grayscale: #B5B5B5. Windows color (decimal): -3356398 or 1231308. OLE color: 1231308.
HSL color Cylindrical-coordinate representation of color #CCC912: hue angle of 59.03º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCC912 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 18 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.2 |
| HSL | 59.03º | 0.84% | 0.44% | - |
| HSV(B) | 59.03º | 0.91% | 0.8% | - |
| XYZ | 45.9 | 54.65 | 8.7 | - |
| YUV | 181.04 | 35.99 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 18 | 0 | 0.01 | 0.91 | 0.2 | 59.03 | 0.84 | 0.44 |
| Hex | CC | C9 | 12 | 0 | 1 | 5B | 14 | 3B | 54 | 2C |
| Octal | 314 | 311 | 22 | 0 | 1 | 133 | 24 | 73 | 124 | 54 |
| Binary | 11001100 | 11001001 | 10010 | 0 | 1 | 1011011 | 10100 | 111011 | 1010100 | 101100 |
Color Harmonies of #CCC912
Complementary color
Monochromatic Colors of #CCC912
Black with #CCC912
Text Example
Text Example
White with #CCC912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC912; }
p { color: rgb(204,201,18); }
H1.HeaderClassName
{
color: #CCC912;
}
.AnyTagClassName
{
color: #CCC912;
}
</style>
background-color css
<style>
a { background-color: #CCC912; }
a { background-color: rgb(204,201,18); }
div.DivClassName
{
background-color: #CCC912;
}
.BgClassName
{
background-color: #CCC912;
}
</style>
border-color css
<style>
span { border-color: #CCC912; }
span { border-color: rgb(204,201,18); }
td.TdClassName
{
border-color: #CCC912;
}
.TagClassName
{
border-color: #CCC912;
}
</style>