#CCCA43

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

Shades of Wattle #CCCA43

Tints of Wattle #CCCA43

Color information

#CCCA43 (or 0xCCCA43) is unknown color: approx Wattle. HEX triplet: CC, CA and 43. RGB value is (204,202,67). Sum of RGB (Red+Green+Blue) = 204+202+67=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 67 (26.56% from 255 or 14.16% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCA43 is #3335BC. Grayscale: #BBBBBB. Windows color (decimal): -3356093 or 4442828. OLE color: 4442828.

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

Color convert

RGB20420267-
CMYK00.010.670.2
HSL59.12º57.32%53.14%-
HSV(B)59.12º67.16%80%-
XYZ47.0455.4813.54-
YUV187.2160.16139.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 202 (79.30% from 255) = 42.71%
BLUE value IS 67 (26.56% from 255) = 14.16%
R=43.13%
G=42.71%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042026700.010.670.259.1257.3253.14
HexCCCA430143143b3935
Octal3143121030110324737165
Binary1100110011001010100001101100001110100111011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA43; }

 p { color: rgb(204,202,67); }

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

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

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

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

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

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

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