#CCCC45

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

Shades of Wattle #CCCC45

Tints of Wattle #CCCC45

Color information

#CCCC45 (or 0xCCCC45) is unknown color: approx Wattle. HEX triplet: CC, CC and 45. RGB value is (204,204,69). Sum of RGB (Red+Green+Blue) = 204+204+69=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 69 (27.34% from 255 or 14.47% from 477); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC45 is #3333BA. Grayscale: #BDBDBD. Windows color (decimal): -3355579 or 4574412. OLE color: 4574412.

HSL color Cylindrical-coordinate representation of color #CCCC45: hue angle of 60º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCCC45 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB20420469-
CMYK000.660.2
HSL60º56.96%53.53%-
HSV(B)60º66.18%80%-
XYZ47.5756.4514.02-
YUV188.6160.5138.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 204 (80.08% from 255) = 42.77%
BLUE value IS 69 (27.34% from 255) = 14.47%
R=42.77%
G=42.77%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420469000.660.26056.9653.53
HexCCCC450042143c3936
Octal3143141050010224747166
Binary1100110011001100100010100100001010100111100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC45; }

 p { color: rgb(204,204,69); }

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

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

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

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

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

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

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