Shades of Bird Flower #CCC812
Tints of Bird Flower #CCC812
RGB
CMYK
RGB Variations
Color information
#CCC812 (or 0xCCC812) is known color: Bird Flower. HEX triplet: CC, C8 and 12. RGB value is (204,200,18). Sum of RGB (Red+Green+Blue) = 204+200+18=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 18 (7.42% from 255 or 4.27% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC812 is #3337ED. Grayscale: #B5B5B5. Windows color (decimal): -3356654 or 1231052. OLE color: 1231052.
HSL color Cylindrical-coordinate representation of color #CCC812: hue angle of 58.71º 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 #CCC812 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 18 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.2 |
| HSL | 58.71º | 0.84% | 0.44% | - |
| HSV(B) | 58.71º | 0.91% | 0.8% | - |
| XYZ | 45.67 | 54.19 | 8.63 | - |
| YUV | 180.45 | 36.33 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 18 | 0 | 0.02 | 0.91 | 0.2 | 58.71 | 0.84 | 0.44 |
| Hex | CC | C8 | 12 | 0 | 2 | 5B | 14 | 3B | 54 | 2C |
| Octal | 314 | 310 | 22 | 0 | 2 | 133 | 24 | 73 | 124 | 54 |
| Binary | 11001100 | 11001000 | 10010 | 0 | 10 | 1011011 | 10100 | 111011 | 1010100 | 101100 |
Color Harmonies of #CCC812
Complementary color
Monochromatic Colors of #CCC812
Black with #CCC812
Text Example
Text Example
White with #CCC812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC812; }
p { color: rgb(204,200,18); }
H1.HeaderClassName
{
color: #CCC812;
}
.AnyTagClassName
{
color: #CCC812;
}
</style>
background-color css
<style>
a { background-color: #CCC812; }
a { background-color: rgb(204,200,18); }
div.DivClassName
{
background-color: #CCC812;
}
.BgClassName
{
background-color: #CCC812;
}
</style>
border-color css
<style>
span { border-color: #CCC812; }
span { border-color: rgb(204,200,18); }
td.TdClassName
{
border-color: #CCC812;
}
.TagClassName
{
border-color: #CCC812;
}
</style>