#CCC311

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

Shades of Bird Flower #CCC311

Tints of Bird Flower #CCC311

Color information

#CCC311 (or 0xCCC311) is unknown color: approx Bird Flower. HEX triplet: CC, C3 and 11. RGB value is (204,195,17). Sum of RGB (Red+Green+Blue) = 204+195+17=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC311 is #333CEE. Grayscale: #B2B2B2. Windows color (decimal): -3357935 or 1164236. OLE color: 1164236.

HSL color Cylindrical-coordinate representation of color #CCC311: hue angle of 57.11º 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 #CCC311 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB20419517-
CMYK00.040.920.2
HSL57.11º84.62%43.33%-
HSV(B)57.11º91.67%80%-
XYZ44.5251.918.2-
YUV177.437.48146.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 195 (76.56% from 255) = 46.88%
BLUE value IS 17 (7.03% from 255) = 4.09%
R=49.04%
G=46.88%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041951700.040.920.257.1184.6243.33
HexCCC311045C1439552b
Octal3143032104134247112553
Binary11001100110000111000101001011100101001110011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC311; }

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

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

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

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

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

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

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

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