#CCC611

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

Shades of Bird Flower #CCC611

Tints of Bird Flower #CCC611

Color information

#CCC611 (or 0xCCC611) is unknown color: approx Bird Flower. HEX triplet: CC, C6 and 11. RGB value is (204,198,17). Sum of RGB (Red+Green+Blue) = 204+198+17=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC611 is #3339EE. Grayscale: #B3B3B3. Windows color (decimal): -3357167 or 1165004. OLE color: 1165004.

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

Color convert

RGB20419817-
CMYK00.030.920.2
HSL58.07º84.62%43.33%-
HSV(B)58.07º91.67%80%-
XYZ45.253.278.43-
YUV179.1636.49145.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.69%
GREEN value IS 198 (77.73% from 255) = 47.26%
BLUE value IS 17 (7.03% from 255) = 4.06%
R=48.69%
G=47.26%
B=4.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041981700.030.920.258.0784.6243.33
HexCCC611035C143a552b
Octal3143062103134247212553
Binary1100110011000110100010111011100101001110101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC611; }

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

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

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

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

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

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

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

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