Shades of Bird Flower #CCCC14
Tints of Bird Flower #CCCC14
RGB
CMYK
RGB Variations
Color information
#CCCC14 (or 0xCCCC14) is known color: Bird Flower. HEX triplet: CC, CC and 14. RGB value is (204,204,20). Sum of RGB (Red+Green+Blue) = 204+204+20=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC14 is #3333EB. Grayscale: #B7B7B7. Windows color (decimal): -3355628 or 1363148. OLE color: 1363148.
HSL color Cylindrical-coordinate representation of color #CCCC14: hue angle of 60º 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 #CCCC14 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 20 | - |
| CMYK | 0 | 0 | 0.90 | 0.2 |
| HSL | 60º | 0.82% | 0.44% | - |
| HSV(B) | 60º | 0.9% | 0.8% | - |
| XYZ | 46.62 | 56.07 | 9.03 | - |
| YUV | 183.02 | 36 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 20 | 0 | 0 | 0.90 | 0.2 | 60 | 0.82 | 0.44 |
| Hex | CC | CC | 14 | 0 | 0 | 5A | 14 | 3C | 52 | 2C |
| Octal | 314 | 314 | 24 | 0 | 0 | 132 | 24 | 74 | 122 | 54 |
| Binary | 11001100 | 11001100 | 10100 | 0 | 0 | 1011010 | 10100 | 111100 | 1010010 | 101100 |
Color Harmonies of #CCCC14
Complementary color
Monochromatic Colors of #CCCC14
Black with #CCCC14
Text Example
Text Example
White with #CCCC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC14; }
p { color: rgb(204,204,20); }
H1.HeaderClassName
{
color: #CCCC14;
}
.AnyTagClassName
{
color: #CCCC14;
}
</style>
background-color css
<style>
a { background-color: #CCCC14; }
a { background-color: rgb(204,204,20); }
div.DivClassName
{
background-color: #CCCC14;
}
.BgClassName
{
background-color: #CCCC14;
}
</style>
border-color css
<style>
span { border-color: #CCCC14; }
span { border-color: rgb(204,204,20); }
td.TdClassName
{
border-color: #CCCC14;
}
.TagClassName
{
border-color: #CCCC14;
}
</style>