#C5C43F

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

Shades of Wattle #C5C43F

Tints of Wattle #C5C43F

Color information

#C5C43F (or 0xC5C43F) is unknown color: approx Wattle. HEX triplet: C5, C4 and 3F. RGB value is (197,196,63). Sum of RGB (Red+Green+Blue) = 197+196+63=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C43F is #3A3BC0. Grayscale: #B5B5B5. Windows color (decimal): -3816385 or 4179141. OLE color: 4179141.

HSL color Cylindrical-coordinate representation of color #C5C43F: hue angle of 59.55º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5C43F is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB19719663-
CMYK00.010.680.23
HSL59.55º53.6%50.98%-
HSV(B)59.55º68.02%77.25%-
XYZ43.6651.7112.38-
YUV181.1461.33139.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.20%
GREEN value IS 196 (76.95% from 255) = 42.98%
BLUE value IS 63 (25% from 255) = 13.82%
R=43.20%
G=42.98%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971966300.010.680.2359.5553.650.98
HexC5C43F0144173c3633
Octal305304770110427746663
Binary110001011100010011111101100010010111111100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C43F; }

 p { color: rgb(197,196,63); }

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

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

 a { background-color: rgb(197,196,63); }

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

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

 span { border-color: rgb(197,196,63); }

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