#CCC211

Color #CCC211 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CCC211

Tints of Bird Flower #CCC211

Color information

#CCC211 (or 0xCCC211) is unknown color: approx Bird Flower. HEX triplet: CC, C2 and 11. RGB value is (204,194,17). Sum of RGB (Red+Green+Blue) = 204+194+17=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC211 is #333DEE. Grayscale: #B1B1B1. Windows color (decimal): -3358191 or 1163980. OLE color: 1163980.

HSL color Cylindrical-coordinate representation of color #CCC211: hue angle of 56.79º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCC211 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB20419417-
CMYK00.050.920.2
HSL56.79º84.62%43.33%-
HSV(B)56.79º91.67%80%-
XYZ44.2951.468.13-
YUV176.8137.81147.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 49.16%
GREEN value IS 194 (76.17% from 255) = 46.75%
BLUE value IS 17 (7.03% from 255) = 4.10%
R=49.16%
G=46.75%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041941700.050.920.256.7984.6243.33
HexCCC211055C1439552b
Octal3143022105134247112553
Binary11001100110000101000101011011100101001110011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC211; }

 p { color: rgb(204,194,17); }

 H1.HeaderClassName
 {
   color: #CCC211;
 }
 .AnyTagClassName
 {
   color: #CCC211;
 }
</style>
background-color css

<style>
 a { background-color: #CCC211; }

 a { background-color: rgb(204,194,17); }

 div.DivClassName
 {
   background-color: #CCC211;
 }
 .BgClassName
 {
   background-color: #CCC211;
 }
</style>
border-color css

<style>
 span { border-color: #CCC211; }

 span { border-color: rgb(204,194,17); }

 td.TdClassName
 {
   border-color: #CCC211;
 }
 .TagClassName
 {
   border-color: #CCC211;
 }
</style>