#C5C33F

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

Shades of Wattle #C5C33F

Tints of Wattle #C5C33F

Color information

#C5C33F (or 0xC5C33F) is unknown color: approx Wattle. HEX triplet: C5, C3 and 3F. RGB value is (197,195,63). Sum of RGB (Red+Green+Blue) = 197+195+63=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C33F is #3A3CC0. Grayscale: #B5B5B5. Windows color (decimal): -3816641 or 4178885. OLE color: 4178885.

HSL color Cylindrical-coordinate representation of color #C5C33F: hue angle of 59.1º 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 #C5C33F is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB19719563-
CMYK00.010.680.23
HSL59.1º53.6%50.98%-
HSV(B)59.1º68.02%77.25%-
XYZ43.4451.2612.31-
YUV180.5561.66139.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 195 (76.56% from 255) = 42.86%
BLUE value IS 63 (25% from 255) = 13.85%
R=43.30%
G=42.86%
B=13.85%

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
Decimal1971956300.010.680.2359.153.650.98
HexC5C33F0144173b3633
Octal305303770110427736663
Binary110001011100001111111101100010010111111011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C33F; }

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

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

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

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

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

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

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

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