#CCCE40

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

Shades of Wattle #CCCE40

Tints of Wattle #CCCE40

Color information

#CCCE40 (or 0xCCCE40) is unknown color: approx Wattle. HEX triplet: CC, CE and 40. RGB value is (204,206,64). Sum of RGB (Red+Green+Blue) = 204+206+64=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE40 is #3331BF. Grayscale: #BDBDBD. Windows color (decimal): -3355072 or 4247244. OLE color: 4247244.

HSL color Cylindrical-coordinate representation of color #CCCE40: hue angle of 60.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCCE40 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20420664-
CMYK0.0100.690.19
HSL60.85º59.17%52.94%-
HSV(B)60.85º68.93%80.78%-
XYZ47.957.3513.4-
YUV189.2157.34138.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 206 (80.86% from 255) = 43.46%
BLUE value IS 64 (25.39% from 255) = 13.50%
R=43.04%
G=43.46%
B=13.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204206640.0100.690.1960.8559.1752.94
HexCCCE401045133d3b35
Octal3143161001010523757365
Binary1100110011001110100000010100010110011111101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCE40; }

 p { color: rgb(204,206,64); }

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

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

 a { background-color: rgb(204,206,64); }

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

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

 span { border-color: rgb(204,206,64); }

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